Home
last modified time | relevance | path

Searched hist:"9 eace7f59ee4a37a678e4b57dc3fe532283f9226" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/dm/
H A Dwdt.c9eace7f59ee4a37a678e4b57dc3fe532283f9226 Wed Jun 07 16:28:43 UTC 2017 Simon Glass <sjg@chromium.org> test: wdt: Add a check that dev is not NULL

We know that uclass_get_device() does not return NULL for dev when it
succeeds but coverity does not. Add an extra check to hopefully keep it
happy.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Coverity (CID: 163247)
Fixes: 0753bc2 (dm: Simple Watchdog uclass)