Re: [PATCH v13 06/17] media: ti: j721e-csi2rx: add a subdev for the core device

From: Sakari Ailus

Date: Wed May 20 2026 - 08:35:26 EST


Hi Rishikesh,

On Wed, May 20, 2026 at 05:30:11PM +0530, Rishikesh Donadkar wrote:
> @@ -447,8 +485,10 @@ static int csi_async_notifier_complete(struct v4l2_async_notifier *notifier)
>
> unregister_dev:
> i--;
> - for (; i >= 0; i--)
> + for (; i >= 0; i--) {

You could replace this with

while (i--)

as well. Feel free to post a patch on top instead of the entire set (see
the other comments, too).

--
Sakari Ailus