]> Git Repo - J-u-boot.git/commit - cmd/mem.c
Fix missing return in do_mem_loop()
authorSimon Glass <[email protected]>
Tue, 11 Jun 2013 18:14:35 +0000 (11:14 -0700)
committerTom Rini <[email protected]>
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 <[email protected]>
common/cmd_mem.c
This page took 0.034657 seconds and 4 git commands to generate.