[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPybu_2gya-XP2-JH8roYgyROUAeTbVBaY1ypMKyVp+ujb=t6A@mail.gmail.com>
Date: Fri, 27 Oct 2023 14:25:48 +0200
From: Ricardo Ribalda Delgado <ribalda@...nel.org>
To: git@...tzsch.eu
Cc: Sakari Ailus <sakari.ailus@...ux.intel.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht
Subject: Re: [PATCH 2/4] media: i2c: imx214: Move controls init to separate function
Hi Andre
On Mon, Oct 23, 2023 at 11:49 PM André Apitzsch <git@...tzsch.eu> wrote:
>
> Code refinement, no functional changes.
>
> Signed-off-by: André Apitzsch <git@...tzsch.eu>
With Jacopos comments (don't use de_err_probe())
Reviewed-by: Ricardo Ribalda <ribalda@...omium.org>
> + ret = imx214_ctrls_init(imx214);
> + if (ret < 0)
> goto free_ctrl;
It seems like we can mutex_destroy a non inited mutex. Could you send
a follow-up patch to fix that?
Thanks!
Powered by blists - more mailing lists