> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Arkadiusz Kubalewski > Sent: Friday, February 9, 2024 4:27 AM > To: [email protected] > Cc: Brady, Alan <[email protected]>; Kubalewski, Arkadiusz > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net] ice: fix dpll input pin > phase_adjust value updates > > The value of phase_adjust for input pin shall be updated in > ice_dpll_pin_state_update(..). Fix by adding proper argument to the > firmware query function call - a pin's struct field pointer where the > phase_adjust value during driver runtime is stored. > > Previously the phase_adjust used to misinform user about actual > phase_adjust value. I.e., if phase_adjust was set to a non zero value and > if driver was reloaded, the user would see the value equal 0, which is > not correct - the actual value is equal to value set before driver reload. > > Fixes: 90e1c90750d7 ("ice: dpll: implement phase related callbacks") > Reviewed-by: Alan Brady <[email protected]> > Signed-off-by: Arkadiusz Kubalewski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_dpll.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
