Re: [PATCH net-next v3 05/10] net: freescale: ucc_geth: Use the correct type to store WoL opts
From: Andrew Lunn
Date: Tue Dec 03 2024 - 20:59:57 EST
On Tue, Dec 03, 2024 at 01:43:16PM +0100, Maxime Chevallier wrote:
> The WoL opts are represented through a bitmask stored in a u32. As this
> mask is copied as-is in the driver, make sure we use the exact same type
> to store them internally.
>
> Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew