Re: [PATCH v3] mfd: kempld-core: Check for DMI definition before ACPI

From: Michael Brunner
Date: Mon Nov 30 2020 - 08:09:30 EST


On Fri, 2020-11-27 at 07:53 +0000, Lee Jones wrote:
> On Mon, 16 Nov 2020, Michael Brunner wrote:
>
> > Change the detection order to priorize DMI table entries over
> > available
> > ACPI entries.
> >
> > This makes it more easy for product developers to patch product
> > specific
> > handling into the driver.
> > Furthermore it allows to simplify the implementation a bit and
> > especially to remove the need to force synchronous probing.
> >
> > Signed-off-by: Michael Brunner <michael.brunner@xxxxxxxxxxx>
> > Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> > ---
> >
> > v3: Cleaned up comment, added Reviewed-by
> >
> > drivers/mfd/kempld-core.c | 24 +++---------------------
> > 1 file changed, 3 insertions(+), 21 deletions(-)
>
> Nit: Just letting you know that checkpatch.pl complains about your
> patches, since your From: address does not match your SoB one.
>
> Patch applied though, thanks.

Thanks!

Regarding the From - I guess it is because the upper-case letters. I
will check how to fix this for the next time. In the worst case I guess
I have to adapt the SoB.