Add an info message at the end of successful Rx timestamp offset configuration.
Signed-off-by: Jacob Keller <[email protected]> Signed-off-by: Anatoly Burakov <[email protected]> --- drivers/net/ice/base/ice_ptp_hw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/ice/base/ice_ptp_hw.c b/drivers/net/ice/base/ice_ptp_hw.c index 81b57b068c..1ba8afa544 100644 --- a/drivers/net/ice/base/ice_ptp_hw.c +++ b/drivers/net/ice/base/ice_ptp_hw.c @@ -4065,6 +4065,9 @@ int ice_phy_cfg_rx_offset_e822(struct ice_hw *hw, u8 port) if (err) return err; + ice_info(hw, + "Port=%d Rx vernier offset calibration complete\n", port); + return 0; } -- 2.43.0

