net: phy: micrel: fix ts_info value in case of no phc
[linux-2.6-microblaze.git] / drivers / net / phy / micrel.c
index 99af1e5..bd4cd08 100644 (file)
@@ -3629,12 +3629,8 @@ static int lan8841_ts_info(struct mii_timestamper *mii_ts,
 
        info->phc_index = ptp_priv->ptp_clock ?
                                ptp_clock_index(ptp_priv->ptp_clock) : -1;
-       if (info->phc_index == -1) {
-               info->so_timestamping |= SOF_TIMESTAMPING_TX_SOFTWARE |
-                                        SOF_TIMESTAMPING_RX_SOFTWARE |
-                                        SOF_TIMESTAMPING_SOFTWARE;
+       if (info->phc_index == -1)
                return 0;
-       }
 
        info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE |
                                SOF_TIMESTAMPING_RX_HARDWARE |