commit | 92765f420902fe5341364132c574bff256294268 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:35 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:41 2013 -0400 |
tree | 03a9cdec8b3fe71276c02be7a4e0070c93e9e30e | |
parent | bdc7d5cda3510d01153d75d0ceae38466ff865c0 [diff] |
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>