commit | 6eb90e1a58623821f48829005582a72654e5cc1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 05 07:28:21 2016 -0600 |
committer | Andreas Bießmann <andreas@biessmann.org> | Sun Jun 12 23:49:38 2016 +0200 |
tree | e27eff862f4f682785ca2eba19c0233f4dfa6a6f | |
parent | 31f56b4f9ba176c660bc8cd66443515b197b9bbe [diff] |
fdt: Correct return value in fdtdec_decode_display_timing() This should return a non-zero value if there is a missing property. Update the return value accordingly. The only expected error is -FDT_ERR_NOTFOUND. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>