vvfat: Fix compilation with DEBUG defined
commit792b45b142e6b901e1de20886bc3369211582b8c
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Wed, 19 May 2010 20:53:44 +0000 (19 22:53 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 21 May 2010 09:49:19 +0000 (21 11:49 +0200)
tree88120fa9ffe2caf8caf1f8bd59847fb8aa8148ca
parent396759ad4ad5289623eb7e1993c433ad4e7b13a1
vvfat: Fix compilation with DEBUG defined

gcc does not like passing a NULL where an int value is expected:

block/vvfat.c: In function ‘checkpoint’:
block/vvfat.c:2868: error: passing argument 2 of ‘remove_mapping’ makes
  integer from pointer without a cast

Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c