> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: 12 September 2025 18:36 > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: [email protected]; Simon Horman <[email protected]>; Kitszel, > Przemyslaw <[email protected]>; Keller, Jacob E > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 9/9] ice: remove duplicate call to > ice_deinit_hw() on error paths > > Current unwinding code on error paths of ice_devlink_reinit_up() and > ice_probe() have manual call to ice_deinit_hw() (which is good, as there is > also manual call to ice_hw_init() there), which is then duplicated (and was > prior current series) in ice_deinit_dev(). > > Fix the above by removing ice_deinit_hw() from ice_deinit_dev(). > Add a (now missing) call in ice_remove(). > > Reported-by: Jacob Keller <[email protected]> > Link: > https://patchwork.ozlabs.org/project/intel-wired-lan/patch/[email protected] > Fixes: 4d3f59bfa2cd ("ice: split ice_init_hw() out from ice_init_dev()") > Signed-off-by: Przemek Kitszel <[email protected]> > --- > This series obsoletes patch by Jake Link:ed above; already removed from our > dev-queue > --- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
