diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-17 17:19:40 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-22 10:16:49 +0100 |
commit | f724e0bba2967397545bd48992bba66452d6759d (patch) | |
tree | 61e4988acf9cc21b89cb87f441ed31a00093a614 /include/configs/dreamplug.h | |
parent | 84a71537333e05b920a5679b4b18d61fc925fefa (diff) | |
download | u-boot-imx-f724e0bba2967397545bd48992bba66452d6759d.zip u-boot-imx-f724e0bba2967397545bd48992bba66452d6759d.tar.gz u-boot-imx-f724e0bba2967397545bd48992bba66452d6759d.tar.bz2 |
dm: core: remove unnecessary return condition in driver lookup
The variable "drv" never becomes NULL because ll_entry_start()
always returns a valid pointer even if there are no entries.
The case "n_ents == 0" is covered by the following "for" loop.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/dreamplug.h')
0 files changed, 0 insertions, 0 deletions