diff options
author | Gao Guanhua <B22826@freescale.com> | 2009-04-14 14:37:35 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-28 00:35:27 +0200 |
commit | 351f40caf2f7806b2cefb93e077ea619b9f684e8 (patch) | |
tree | 914754292e79a4c5947e0cc192743cc30ace5c84 /fs | |
parent | 05f474c4d0469bebc0bb05df60a39dc7fdf28e62 (diff) | |
download | u-boot-imx-351f40caf2f7806b2cefb93e077ea619b9f684e8.zip u-boot-imx-351f40caf2f7806b2cefb93e077ea619b9f684e8.tar.gz u-boot-imx-351f40caf2f7806b2cefb93e077ea619b9f684e8.tar.bz2 |
fs: Fix the wrong type of var
The filelen should be signed type, not unsigned type.
otherwise, The condition as below never take.
if (filelen < 0)
Signed-off-by: Gao Guanhua <B22826@freescale.com>
Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions