diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2009-05-20 12:55:41 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 18:45:48 (GMT) |
commit | 651351fe980b20217b014b9a888398f18d77951c (patch) | |
tree | 824ca211e6a32fc106ff316ae8d6ac3caa81234d /COPYING | |
parent | ecb1dc892297d5d99876907328fed732feefeab2 (diff) | |
download | u-boot-fsl-qoriq-651351fe980b20217b014b9a888398f18d77951c.tar.xz |
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>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions