commit | 82714b910e8a1a324569d8619c5c99673e1b2048 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | Tue Sep 11 17:04:00 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 15 21:38:38 2007 +0200 |
tree | 017950cd8c366e46f23b2f9253d470f40ce1b61a | |
parent | d42fff289f7666ff10299fe48b6f0c1077873960 [diff] |
Fix do_div() usage in nand process output Fix usage of do_div() in nand erase|read|write process output. The last patch to nand_util.c introduced do_div() instead of libgcc's implementation. But do_div() returns the quotient in its first macro parameter and not as result. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>