]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix missing return in do_mem_loop()
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:35 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commit92765f420902fe5341364132c574bff256294268
tree03a9cdec8b3fe71276c02be7a4e0070c93e9e30e
parentbdc7d5cda3510d01153d75d0ceae38466ff865c0
Fix missing return in do_mem_loop()

For some reason this does not normally cause a compiler warning, but the code
seems to be incorrect. Add the missing return.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_mem.c