block/vvfat: Fix compiler warning in debug code
authorStefan Weil <weil@mail.berlios.de>
Thu, 30 Sep 2010 19:15:39 +0000 (21:15 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:40:54 +0000 (06:40 +0000)
commit1bc779c81c0fc8be7267ce0f106a3a59a94c60cf
treead47fa492d998cba556940adbfa00e75c76045c7
parent2749fcdf33b4401d0625ddb37f3e791da535a5ef
block/vvfat: Fix compiler warning in debug code

Fix this compiler warning:
./block/vvfat.c:2285: error: comparison of unsigned expression >= 0 is always true

Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
block/vvfat.c