aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2024-08-20 13:43:46 +0000
committerJakub Kicinski <[email protected]>2024-08-22 00:21:47 +0000
commit0ce054f2b891afdd102c8bcc1fc57253c8964e40 (patch)
tree5f42646021b424753c161bb0d2abc8d0d054a870 /drivers/net/ethernet/intel/igc/igc_main.c
parentipv6: remove redundant check (diff)
downloadkernel-0ce054f2b891afdd102c8bcc1fc57253c8964e40.tar.gz
kernel-0ce054f2b891afdd102c8bcc1fc57253c8964e40.zip
ice: Fix a 32bit bug
BIT() is unsigned long but ->pu.flg_msk and ->pu.flg_val are u64 type. On 32 bit systems, unsigned long is a u32 and the mismatch between u32 and u64 will break things for the high 32 bits. Fixes: 9a4c07aaa0f5 ("ice: add parser execution main loop") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Alexander Lobakin <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions