uboot-mt623x/fs/fat
Tom Rix 651351fe98 FAT replace compare_sign with strncmp.
The static function compare_sign is only used to compare the fs_type string
and does not do anything more than what strncmp does.

The addition of the trailing '\0' to fs_type, while legal, is not needed
because the it is never printed out and strncmp does not depend on NULL
terminated strings.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2009-06-12 20:45:48 +02:00
..
Makefile fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
fat.c FAT replace compare_sign with strncmp. 2009-06-12 20:45:48 +02:00
file.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00