Add an info message at the end of successful Rx timestamp offset configuration.
Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- 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