]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: et011c: Remove incorrect PHY_POLL flags
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 13 Sep 2018 18:36:30 +0000 (11:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Sep 2018 22:31:01 +0000 (15:31 -0700)
commit4c7cb40eb2674ff34e623305e6b904dd4d15b557
tree7323685366b13413ca68be36382db81a42d5bc31
parent7251205d4258267d507f9966c7377e016d2444f2
net: phy: et011c: Remove incorrect PHY_POLL flags

PHY_POLL is defined as -1 which means that we would be setting all flags of the
PHY driver, this is also not a valid flag to tell PHYLIB about, just remove it.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/et1011c.c