> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: Wednesday, October 2, 2024 5:20 PM > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Marcin Szycik > <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 1/4] ice: c827: move wait for FW > to ice_init_hw() > > Move call to ice_wait_for_fw() from ice_init_dev() into ice_init_hw(), where > it fits better. This requires also to move ice_wait_for_fw() to ice_common.c. > > ice_is_pf_c827() is now used only in ice_common.c, so it could be static. > > CC: Arkadiusz Kubalewski <[email protected]> > Reviewed-by: Marcin Szycik <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.h | 1 - > drivers/net/ethernet/intel/ice/ice_common.c | 110 +++++++++++++------- > drivers/net/ethernet/intel/ice/ice_main.c | 37 ------- > 3 files changed, 75 insertions(+), 73 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
