commit | b0e04282bc74a46dc57fedc7f5f56b1e9ea35fc4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 07 10:28:39 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:06 2017 -0400 |
tree | d851948434d7121c86f5d160bb0ad390e73e8086 | |
parent | 680e932d1a0db79991e3bc683be57fefa4e95c1b [diff] |
edid: Use sizeof() in cea_is_hdmi_vsdb_present() We should not use an open-coded value here. Use sizeof() instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 163252) Fixes: 43c6bdd0 (edid: Add HDMI flag to timing info)