]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ice: Remove casts on void pointers in LAG code
authorDave Ertman <david.m.ertman@intel.com>
Mon, 16 Jun 2025 11:03:16 +0000 (13:03 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 14 Aug 2025 15:57:27 +0000 (08:57 -0700)
commitba7fad179699dbbd3dfdc9ca5594d7f3c425a2a2
treee4f5b7073fb8b549ff911aec8524e1cf95958f35
parent875c541ea680d0df2de3e666d8125bee08c1bc1b
ice: Remove casts on void pointers in LAG code

This series will be touching on the LAG code in the ice driver,
to prevent moving or propagating casting on void pointers, clean
them up first.

This also allows for moving the variable initialization into the
variable declaration.

Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Tested-by: Sujai Buvaneswaran <sujai.buvaneswaran@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_lag.c