> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jan > Sokolowski > Sent: Tuesday, October 3, 2023 4:48 PM > To: [email protected] > Cc: Pacuszka, MateuszX <[email protected]>; Sokolowski, Jan > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: Fix safe mode when DDP is > missing > > From: Mateusz Pacuszka <[email protected]> > > One thing is broken in the safe mode, that is > ice_deinit_features() is being executed even > that ice_init_features() was not causing stack > trace during pci_unregister_driver(). > > Add check on the top of the function. > > Fixes: 5b246e533d01 ("ice: split probe into smaller functions") > Signed-off-by: Mateusz Pacuszka <[email protected]> > Signed-off-by: Jan Sokolowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_main.c | 3 +++ > 1 file changed, 3 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
