Home
last modified time | relevance | path

Searched hist:"72 c98ed1ab48dbd2f3129160413dcc10565aae0c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dfdt.c72c98ed1ab48dbd2f3129160413dcc10565aae0c Wed Jun 07 16:28:41 UTC 2017 Simon Glass <sjg@chromium.org> fdt: Add a check to do_fdt() for coverity

We know that fdt_getprop() does not return NULL when len is > 0 but
coverity does not. Add an extra check to keep it happy.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Coverity (CID: 163249)
Fixes: bc80295b (fdt: Add get commands to fdt)