OSDN Git Service

net: phy: broadcom: use auxctl reading helper in BCM54612E code
authorRafał Miłecki <rafal@milecki.pl>
Wed, 25 Jan 2017 20:00:25 +0000 (21:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2017 04:13:44 +0000 (23:13 -0500)
commit85b4685da52f6680635370c2cfb9a42f04ac9652
tree849b63163566469599ab451af502b0eeafbb8bf1
parent434502930f59995f37fcc2c02cab79e059fb5043
net: phy: broadcom: use auxctl reading helper in BCM54612E code

Starting with commit 5b4e29005123 ("net: phy: broadcom: add
bcm54xx_auxctl_read") we have a reading helper so use it and avoid code
duplication.
It also means we don't need MII_BCM54XX_AUXCTL_SHDWSEL_MISC define as
it's the same as MII_BCM54XX_AUXCTL_SHDWSEL_MISC just for reading needs
(same value shifted by 12 bits).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/broadcom.c
include/linux/brcmphy.h