remove vfat check routine
authorgiyeol.ok <giyeol.ok@samsung.com>
Thu, 25 Apr 2013 14:09:16 +0000 (23:09 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 17 Jul 2013 10:48:17 +0000 (10:48 +0000)
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
src/mmc/vfat.c

index 52de71f..4f9bc2d 100644 (file)
@@ -66,7 +66,7 @@ static int vfat_init(void *data)
 
 static const char ** vfat_check(void)
 {
-       return vfat_check_arg;
+       return NULL;
 }
 
 static int vfat_mount(int smack, void *data)