Re: [PATCH 2/2] media: camif-core: Add check for clk_enable()
From: Jiasheng Jiang
Date: Sun Nov 24 2024 - 16:10:43 EST
Hi Krzysztof,
On Sun, Nov 24, 2024 at 5:50 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 23/11/2024 22:26, Jiasheng Jiang wrote:
> > Add check for the return value of clk_enable() to gurantee the success.
> >
> > Fixes: babde1c243b2 ("[media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface")
> > Signed-off-by: Jiasheng Jiang <jiashengjiangcool@xxxxxxxxx>
> > ---
> > .../media/platform/samsung/s3c-camif/camif-core.c | 13 +++++++++++--
> > 1 file changed, 11 insertions(+), 2 deletions(-)
>
> Nothing improved...
Sorry for the confusion. This series consists of two patches.
Only "PATCH 1/2" has been modified, while "PATCH 2/2" remains unchanged.
As a result, there is no changelog for "PATCH 2/2".
-Jiasheng