mbox series

[0/2] media: max9271: Fix pclk_detect silent failure

Message ID 20211103204654.223699-1-jacopo+renesas@jmondi.org (mailing list archive)
Headers show
Series media: max9271: Fix pclk_detect silent failure | expand

Message

Jacopo Mondi Nov. 3, 2021, 8:46 p.m. UTC
Repeatedly reading register 0x15 to validate the incoming pixel clock
causes sporadic read errors which went silently ignored, causing the camera
module to fail to start streaming.

However, with this, in the case of a non fatal read error the log will be a
little polluted.

Jacopo Mondi (2):
  media: max9271: Fail loudly on bus read errors
  media: max9271: Ignore busy loop read errors

 drivers/media/i2c/max9271.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--
2.33.1