> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemyslaw Korba > Sent: 15 November 2024 17:56 > To: [email protected] > Cc: [email protected]; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Korba, Przemyslaw > <[email protected]>; Simon Horman <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net v2] ice: fix PHY timestamp > extraction for ETH56G > > Fix incorrect PHY timestamp extraction for ETH56G. > It's better to use FIELD_PREP() than manual shift. > > Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Przemyslaw Korba <[email protected]> > --- > Changelog > v2: > remove legal footer > v1: > https://lore.kernel.org/intel-wired-lan/[email protected] > --- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 3 ++- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 5 ++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
