]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix ext2load return code
authorWolfgang Denk <wd@denx.de>
Tue, 28 Jul 2009 20:07:37 +0000 (22:07 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 28 Jul 2009 20:38:53 +0000 (22:38 +0200)
commit4b7511478b62a539e5b066d19a986b75e5d9a527
treebe554955462bc202cd266f6e1eb5a42a462c8a8f
parent56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
Fix ext2load return code

Make the ext2load command return 0 on success (instead of the file
length).

Also fix output format (get rid of random newlines) and some coding
style issues (long lines etc.).

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_ext2.c