mbox series

[0/3] acpi: cppc_acpi: fix sparse warnings

Message ID 20210107111717.5571-1-ionela.voinescu@arm.com (mailing list archive)
Headers show
Series acpi: cppc_acpi: fix sparse warnings | expand

Message

Ionela Voinescu Jan. 7, 2021, 11:17 a.m. UTC
Hi guys,

These patches just fix some trivial sparse warnings.

Hope they help,
Ionela.

Ionela Voinescu (3):
  acpi: cppc_acpi: remove __iomem annotation for cpc_reg's address
  acpi: cppc_acpi: add __iomem annotation to generic_comm_base pointer
  acpi: cppc_acpi: initialise vaddr pointers to NULL

 drivers/acpi/cppc_acpi.c | 8 ++++----
 include/acpi/cppc_acpi.h | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


base-commit: e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62

Comments

Rafael J. Wysocki Jan. 22, 2021, 3:30 p.m. UTC | #1
On Thu, Jan 7, 2021 at 12:19 PM Ionela Voinescu <ionela.voinescu@arm.com> wrote:
>
> Hi guys,
>
> These patches just fix some trivial sparse warnings.
>
> Hope they help,
> Ionela.
>
> Ionela Voinescu (3):
>   acpi: cppc_acpi: remove __iomem annotation for cpc_reg's address
>   acpi: cppc_acpi: add __iomem annotation to generic_comm_base pointer
>   acpi: cppc_acpi: initialise vaddr pointers to NULL
>
>  drivers/acpi/cppc_acpi.c | 8 ++++----
>  include/acpi/cppc_acpi.h | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
>
> base-commit: e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62
> --

All patches in the series applied as 5.12 material with some minor
edits in the subjects, thanks!