Files
linux/drivers/net/phy
Paul Kocialkowski 7193b3d0c8 net: phy: xgmiitorgmii: Support generic PHY status read
[ Upstream commit 197f9ab7f0 ]

Some PHY drivers like the generic one do not provide a read_status
callback on their own but rely on genphy_read_status being called
directly.

With the current code, this results in a NULL function pointer call.
Call genphy_read_status instead when there is no specific callback.

Fixes: f411a6160b ("net: phy: Add gmiitorgmii converter support")
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-23 09:06:43 +01:00
..
2018-03-19 08:42:43 +01:00
2017-05-30 12:42:27 -04:00
2019-02-12 19:46:10 +01:00
2017-03-24 15:33:32 +01:00
2017-08-06 20:55:28 -07:00
2017-08-06 20:55:28 -07:00
2018-03-03 10:24:36 +01:00
2018-03-24 11:01:24 +01:00