diff options
author | Simon Glass <sjg@chromium.org> | 2019-09-25 08:55:47 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-10-08 13:57:37 +0800 |
commit | c8b31cce45477dea51b3c65b2c0e12ea9cced9f0 (patch) | |
tree | 45ebb133b861267c2c98062d1dc7970d8cb7185c /arch/sandbox/lib/pci_io.c | |
parent | d3e773613b6d159204de4894a4e0d191717ce318 (diff) |
dm: core: Drop a few early returns
Two functions in this file return early for no good reason. Adjust the
code to match the standard DM style of returning 0 at the end of the
function on success.
Oddly enough this save 12 bytes of code size on ARM.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/sandbox/lib/pci_io.c')
0 files changed, 0 insertions, 0 deletions