commit | 9f95267271c0b6cff64c5ac1b308e1e0281e9e3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 07 10:28:42 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:08 2017 -0400 |
tree | f8cf335e7d18adc330bc388520c22284c492f74a | |
parent | 72c98ed1ab48dbd2f3129160413dcc10565aae0c [diff] |
fdt: Add a check to fdt_print() 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: 163248)