Re: [PATCH] net: stmmac: make variable data a u32
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2025-08-11 12:36:47
Also in:
kernel-janitors, linux-arm-kernel, lkml
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2025-08-11 12:36:47
Also in:
kernel-janitors, linux-arm-kernel, lkml
On Mon, Aug 11, 2025 at 12:12:11PM +0100, Colin Ian King wrote:
Make data a u32 instead of an unsigned long, this way it is explicitly the same width as the operations performed on it and the same width as a writel store, and it cleans up sign extention warnings when 64 bit static analysis is performed on the code. Signed-off-by: Colin Ian King <redacted>
Reviewed-by: Russell King (Oracle) <redacted> Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!