net: phy: micrel: fix ts_info value in case of no phc
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 14 Nov 2023 11:28:34 +0000 (12:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Nov 2023 14:52:57 +0000 (14:52 +0000)
commit915d25a9d69be969c1cc6c1dd0c3861f6da7b55e
tree26427e67d212af4e152bdbe6a26a5ec5cc79e316
parent011dd3b3f83f9c89605c640424e05845b84f2dad
net: phy: micrel: fix ts_info value in case of no phc

In case of no phc we should not return SOFTWARE TIMESTAMPING flags as we do
not know whether the netdev supports of timestamping.
Remove it from the lan8841_ts_info and simply return 0.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c