Re: [PATCH] media: imx214: Fix the error handling in imx214_probe()

From: Ricardo Ribalda Delgado
Date: Wed May 11 2022 - 10:09:41 EST


Hi

On Wed, May 11, 2022 at 4:04 PM Zheyu Ma <zheyuma97@xxxxxxxxx> wrote:
>
> On Wed, May 11, 2022 at 8:19 PM Ricardo Ribalda Delgado
> <ribalda@xxxxxxxxxx> wrote:
> >
> > Hi Zheyu
> >
> > Do you have seen this issue in a real hardware? The device enters
> > idle state unconditionally after power_on during probe.
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/media/i2c/imx214.c#n1008
>
> Actually I didn't, I found the "bug" manually.
> Thanks for your reminder and sorry for the false alarm.

Thank you for looking at the code :)

>
> Zheyu Ma