summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 16:31:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 16:31:45 +0000
commit856fd40ce792b3607d46fa316ca7ce6a60ecdd4f (patch)
tree3b70b18e2994c1aa437e8809d8f74900a50bc688 /nuttx/ChangeLog
parentd8ccf3795d3ea5a60c8d9a5296091f538afbbe82 (diff)
downloadnuttx-856fd40ce792b3607d46fa316ca7ce6a60ecdd4f.tar.gz
nuttx-856fd40ce792b3607d46fa316ca7ce6a60ecdd4f.tar.bz2
nuttx-856fd40ce792b3607d46fa316ca7ce6a60ecdd4f.zip
On a failure to recognize a FAT file system, the mount logic should return -EINVAL, not -ENODEV
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4297 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a85870c82..3a030612e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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.