2024-03-18 16:13:20

by Dave Hansen

[permalink] [raw]
Subject: Re: [RESEND PATCH v3] x86/apic: Improve data types to fix Coccinelle warnings

On 3/18/24 03:47, Thorsten Blum wrote:
> Given that acpi_pm_read_early() returns a u32 (masked to 24 bits), several
> variables that store its return value are improved by adjusting their data
> types from unsigned long to u32. Specifically, change deltapm's type from
> long to u32 because its value fits into 32 bits and it cannot be negative.

Looks, good, thanks for the changes:

Reviewed-by: Dave Hansen <[email protected]>

I'll put this in the queue.