edid: fix edid_get_timing_validate() mode_valid lookup
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 29 Jul 2019 13:35:18 +0000 (15:35 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 29 Jul 2019 17:14:58 +0000 (19:14 +0200)
commit2f6dc79a4ff1a35331d85566a426120801c1f20a
tree9d3830943aec17bf9210af7d03e4f20bdc7df823
parent970baf16d1322d3930a57fc78ddfb15d594d690c
edid: fix edid_get_timing_validate() mode_valid lookup

Add a condition to the break in the modes lookup, without this
when the first mode is not valid, then edid_get_timing_validate()
return an error instead of checking the next modes.

Fixes: 1c1ed441b0d1 ("edid: add edid_get_timing_validate() variant to filter out edid modes")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
common/edid.c