]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: xgmiitorgmii: Support generic PHY status read
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Fri, 15 Feb 2019 16:17:08 +0000 (17:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Feb 2019 04:20:10 +0000 (20:20 -0800)
commit7f998c2c2d0d18378813cd1b80f3528a90ad21ae
tree9e7cf811cb39673837209e77ab15882d481126fb
parent1c0b13e480774aebd128c8cc7538cc8eb4ed6778
net: phy: xgmiitorgmii: Support generic PHY status read

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.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/xilinx_gmii2rgmii.c