Revision 4c4e45669de475573b15d968a6dca8d00124c9ad authored by Jingoo Han on 23 September 2013, 10:16:57 UTC, committed by Wim Van Sebroeck on 13 October 2013, 18:01:57 UTC
STAGE_CFG bits are defined as [5:4] bits. However, '(((x) & 0x30) << 4)'
handles [9:8] bits. Thus, it should be fixed in order to handle
[5:4] bits.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
1 parent 8612ed0
History
File Mode Size
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 259 bytes
cache.c -rw-r--r-- 8.6 KB
dir.c -rw-r--r-- 34.7 KB
fat.h -rw-r--r-- 13.7 KB
fatent.c -rw-r--r-- 16.5 KB
file.c -rw-r--r-- 11.4 KB
inode.c -rw-r--r-- 43.1 KB
misc.c -rw-r--r-- 7.7 KB
namei_msdos.c -rw-r--r-- 16.6 KB
namei_vfat.c -rw-r--r-- 25.5 KB
nfs.c -rw-r--r-- 7.8 KB

back to top