commit | d6b825c5500c61f524d89e957f74aa40a613a399 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Tue Dec 04 21:30:08 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 12 12:14:21 2018 -0500 |
tree | 96679e26d37db2ee4401cf799c8d20eb3dc36d9f | |
parent | 9b614ea5c2142502b72e2c13f10925cc75ecb300 [diff] |
test: hexdump: fix misplaced return One of the hexdump tests in test/lib/hexdump.c returns right at the start of the function without testing anything. Fix this by moving the 'return 0;' statement to the end of the function. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>