commit | c4474fc88047ac91292930ae906585934df59015 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Apr 04 12:23:24 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Apr 18 10:42:30 2014 -0400 |
tree | fe0528ad0041c9ff6d40ffa65c7b290f0787f533 | |
parent | 36bf57b6fb37089510b6dcfa6487dc5e2445c9f2 [diff] |
board_r: return 0 from show_model_r The show_model_r function should return an int but didn't. Return 0 to indicate inevitable success and avoid the following if it is used: common/board_r.c: In function 'show_model_r': common/board_r.c:531:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Simon Glass <sjg@chromium.org>