Re: [PATCH 2/2] media: camif-core: Add check for clk_enable()

From: Jiasheng Jiang
Date: Mon Nov 25 2024 - 14:20:49 EST


Hi Krzysztof,

On Mon, Nov 25, 2024 at 2:27 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 24/11/2024 22:10, Jiasheng Jiang wrote:
> > 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".
> It is not correctly versioned. Version is per entire patchset, simply
> use b4 (or look how any other patchset is done via lore.kernel.org).

Thank you very much.
I have correctly versioned and resend the v3 patches.

-Jiasheng