commit | 66a1b30d14566676293ba4010a0d592adc61ce95 | [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 | 1a596c44c0967b3191ee278f988d14d6082249e1 [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)