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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:19 +0000 (20:14 +0000)
commitd06b88b01fc1e446ae5dd76e06b944a26bc1a245
tree0c2ad8b50cf41536eee8ffcef2c1e0a190b89725
parent94d04551014342c98cfd97edfe6b14194fa8cbab
net: phy: micrel: fix ts_info value in case of no phc

[ Upstream commit 915d25a9d69be969c1cc6c1dd0c3861f6da7b55e ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/micrel.c