summaryrefslogtreecommitdiff
path: root/rust/helpers/platform.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-08-11 12:12:11 +0100
committerJakub Kicinski <kuba@kernel.org>2025-08-12 14:11:48 -0700
commit11b99886d1948503ccc3f24548b3dfb7ff0a5261 (patch)
treefce22a6a8eec3df82e1e109b26c1ca510625070b /rust/helpers/platform.c
parent63fe077c21d323cbc8d56114e9139bbadab33ce5 (diff)
net: stmmac: make variable data a u32
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 <colin.i.king@gmail.com> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://patch.msgid.link/20250811111211.1646600-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/helpers/platform.c')
0 files changed, 0 insertions, 0 deletions