2021-03-05 18:33:07

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition

From: Rafael J. Wysocki <[email protected]>

The ACPI_MODULE_NAME() definition is only used by the message
printing macros from ACPICA that are not used by the code in
question, so it is redundant. Drop it.

No functional impact.

Signed-off-by: Rafael J. Wysocki <[email protected]>
---
drivers/i2c/busses/i2c-scmi.c | 2 --
1 file changed, 2 deletions(-)

Index: linux-pm/drivers/i2c/busses/i2c-scmi.c
===================================================================
--- linux-pm.orig/drivers/i2c/busses/i2c-scmi.c
+++ linux-pm/drivers/i2c/busses/i2c-scmi.c
@@ -18,8 +18,6 @@
/* SMBUS HID definition as supported by Microsoft Windows */
#define ACPI_SMBUS_MS_HID "SMB0001"

-ACPI_MODULE_NAME("smbus_cmi");
-
struct smbus_methods_t {
char *mt_info;
char *mt_sbr;




2021-03-10 14:49:16

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition

On Fri, Mar 5, 2021 at 7:29 PM Rafael J. Wysocki <[email protected]> wrote:
>
> From: Rafael J. Wysocki <[email protected]>
>
> The ACPI_MODULE_NAME() definition is only used by the message
> printing macros from ACPICA that are not used by the code in
> question, so it is redundant. Drop it.
>
> No functional impact.
>
> Signed-off-by: Rafael J. Wysocki <[email protected]>

If there are no concerns regarding this, I'll queue it up for 5.13 in
the ACPI tree, thanks!

> ---
> drivers/i2c/busses/i2c-scmi.c | 2 --
> 1 file changed, 2 deletions(-)
>
> Index: linux-pm/drivers/i2c/busses/i2c-scmi.c
> ===================================================================
> --- linux-pm.orig/drivers/i2c/busses/i2c-scmi.c
> +++ linux-pm/drivers/i2c/busses/i2c-scmi.c
> @@ -18,8 +18,6 @@
> /* SMBUS HID definition as supported by Microsoft Windows */
> #define ACPI_SMBUS_MS_HID "SMB0001"
>
> -ACPI_MODULE_NAME("smbus_cmi");
> -
> struct smbus_methods_t {
> char *mt_info;
> char *mt_sbr;
>
>
>

2021-03-10 16:11:00

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition

On Wed, Mar 10, 2021 at 03:47:10PM +0100, Rafael J. Wysocki wrote:
> On Fri, Mar 5, 2021 at 7:29 PM Rafael J. Wysocki <[email protected]> wrote:
> >
> > From: Rafael J. Wysocki <[email protected]>
> >
> > The ACPI_MODULE_NAME() definition is only used by the message
> > printing macros from ACPICA that are not used by the code in
> > question, so it is redundant. Drop it.
> >
> > No functional impact.
> >
> > Signed-off-by: Rafael J. Wysocki <[email protected]>
>
> If there are no concerns regarding this, I'll queue it up for 5.13 in
> the ACPI tree, thanks!

I'd prefer the I2C tree a tad to avoid conflicts. Any reason for the
ACPI tree?


Attachments:
(No filename) (686.00 B)
signature.asc (849.00 B)
Download all attachments

2021-03-10 16:52:33

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition

On Wed, Mar 10, 2021 at 5:08 PM Wolfram Sang <[email protected]> wrote:
>
> On Wed, Mar 10, 2021 at 03:47:10PM +0100, Rafael J. Wysocki wrote:
> > On Fri, Mar 5, 2021 at 7:29 PM Rafael J. Wysocki <[email protected]> wrote:
> > >
> > > From: Rafael J. Wysocki <[email protected]>
> > >
> > > The ACPI_MODULE_NAME() definition is only used by the message
> > > printing macros from ACPICA that are not used by the code in
> > > question, so it is redundant. Drop it.
> > >
> > > No functional impact.
> > >
> > > Signed-off-by: Rafael J. Wysocki <[email protected]>
> >
> > If there are no concerns regarding this, I'll queue it up for 5.13 in
> > the ACPI tree, thanks!
>
> I'd prefer the I2C tree a tad to avoid conflicts. Any reason for the
> ACPI tree?

There are some patches doing this type of a cleanup in the ACPI tree,
but this is the only reason, so please route it through the i2c tree
if that is preferred.

2021-03-18 11:14:06

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition

On Fri, Mar 05, 2021 at 07:28:30PM +0100, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <[email protected]>
>
> The ACPI_MODULE_NAME() definition is only used by the message
> printing macros from ACPICA that are not used by the code in
> question, so it is redundant. Drop it.
>
> No functional impact.
>
> Signed-off-by: Rafael J. Wysocki <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (432.00 B)
signature.asc (849.00 B)
Download all attachments