Re: [PATCH linux-next] backlight: lp8788: use sysfs_emit() to instead of scnprintf()

From: Han Jingoo
Date: Mon Sep 26 2022 - 14:49:52 EST


On Mon, Sep 26, 2022 Daniel Thompson <daniel.thompson@xxxxxxxxxx> wrote:
>
> On Fri, Sep 23, 2022 at 06:35:33AM +0000, cgel.zte@xxxxxxxxx wrote:
> > From: ye xingchen <ye.xingchen@xxxxxxxxxx>
> >
> > Replace the open-code with sysfs_emit() to simplify the code.
> >
> > Signed-off-by: ye xingchen <ye.xingchen@xxxxxxxxxx>
> > ---
> > drivers/video/backlight/lp8788_bl.c | 2 +-
>
> This one has the subject right and is a good change. However I'd still
> prefer it as a single patchset that fixes *all* instances of this code
> pattern.

Yes, I agree with Daniel's opinion.

Xingchen,
Please make a "Single" patch for including "ALL" fixes
for this pattern in the 'drivers/video/backlight' directory.
Thank you.

Best regards,
Jingoo Han

>
>
> Daniel.