Searched hist:"1 e8a655db2f4dd8777eda08c2af7d1381b9eecca" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | diff 1e8a655db2f4dd8777eda08c2af7d1381b9eecca Sun Oct 02 05:06:48 CDT 2016 Philippe Reynes <tremyfr@gmail.com> net: mv643xx_eth: use phydev from struct net_device
The private structure contain a pointer to phydev, but the structure net_device already contain such pointer. So we can remove the pointer phydev in the private structure, and update the driver to use the one contained in struct net_device.
Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|