On a failure to recognize a FAT file system, the mount logic should return -EINVAL, not -ENODEV

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4297 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-01-11 16:31:45 +00:00
parent 309633cbdb
commit 64e7f6b00c
2 changed files with 9 additions and 6 deletions
+2
View File
@@ -2359,4 +2359,6 @@
GPIO is enabled. Also not adding the GPIO base address to several offsets.
* configs/stm32f4discovery: Port to the STMicro STM32F4Discovery board
(Contributed by Mike Smith).
* fs/fat/fs_fat32util.c: On a failure to recognize a FAT file system, the
mount logic should return -EINVAL, not -ENODEV.