[U-Boot] [PATCH 00/10] Various coverity fixes
Simon Glass
sjg at chromium.org
Wed Jun 7 16:28:37 UTC 2017
This series aims to fix or suppress various Coverity warnings reported on
recent patches.
Simon Glass (10):
test: pwm: Add a check that dev is not NULL
edid: Use sizeof() in cea_is_hdmi_vsdb_present()
fdtgrep: Deal with NULL data passed to check_type_include()
fdt: Add a check to do_fdt() for coverity
fdt: Add a check to fdt_print() for coverity
test: wdt: Add a check that dev is not NULL
test: bus: Add a check that dev is not NULL
dm: core: Supress dead-code warning in __of_get_next_child()
board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()
rkcommon.c: Drop pointless assignment
cmd/fdt.c | 4 ++--
common/board_f.c | 7 ++-----
common/edid.c | 4 ++--
drivers/core/of_access.c | 6 ++++++
test/dm/bus.c | 3 +++
test/dm/pwm.c | 1 +
test/dm/wdt.c | 1 +
tools/fdtgrep.c | 25 ++++++++++++++-----------
tools/rkcommon.c | 3 ++-
9 files changed, 33 insertions(+), 21 deletions(-)
--
2.13.0.506.g27d5fe0cd-goog
More information about the U-Boot
mailing list