Update mmc device file name
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 11 Jun 2013 06:51:28 +0000 (15:51 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 11 Jun 2013 06:51:46 +0000 (15:51 +0900)
Change-Id: Ic79d3d7668ed184edc60d4d30da35dd6750be61f
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/FIo_MmcStorageManagerService.cpp

index 1040766..6f87678 100644 (file)
@@ -266,7 +266,7 @@ _MmcStorageManagerService::MmcEventVconfCallback(keynode_t* node, void* userData
                                                                {
                                                                        SysLog(NID_IO, "destPath[%d]: %s", j, destPath[j]);
 #ifdef _OSP_EMUL_
-                                                                       res = mount("/dev/emul_mmcblk0", destPath[j], "ext4", 0, "");
+                                                                       res = mount("/dev/mmcblk0", destPath[j], "ext4", 0, "");
 #else
                                                                        res = mount("/dev/mmcblk1p1", destPath[j], "vfat", 0,
                                                                                        "uid=0,gid=0,dmask=0000,fmask=0111,iocharset=iso8859-1,utf8,shortname=mixed,smackfsroot=*,smackfsdef=*");