Message ID | 20230222221249.1324102-1-niklas.soderlund+renesas@ragnatech.se |
---|---|
Headers | show |
Series | media: i2c: adv748x: Enable pattern generator without external HDMI source | expand |
Hi Niklas, On Wed, Feb 22, 2023 at 11:15 PM Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> wrote: > The loop to match the requested timings with the ones supported by the > driver is incorrect. It always iterates thru the whole array of > supported modes. The bounds check after the loop always triggers > resulting in adv748x_hdmi_set_video_timings() always returning -EINVAL. > > Fix this by correcting the lookup to break the loop when a match is > found. Nice catch! > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Fixes: 3e89586a64dfd286 ("media: i2c: adv748x: add adv748x driver") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert