commit | a1b198b71686ea7deaf070cbea4ef371937e5bdf | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Fri Jul 15 10:36:21 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 15 16:41:35 2016 -0700 |
tree | 56ddd4a5eb604625f5e01a4781b553e7c05b703c | |
parent | 5d872c506fbb90c9ee43ba90ddc56aebec124aa9 [diff] |
net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettings There are two generics functions phy_ethtool_{get|set}_link_ksettings, so we can use them instead of defining the same code in the driver. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>