commit | 21e65923abaa8f64e1f12491b2c5a8c208f9cfe3 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Sep 13 11:36:30 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 16 15:31:01 2018 -0700 |
tree | 7323685366b13413ca68be36382db81a42d5bc31 | |
parent | 50676de486791afa7ce6f90e31d9951f3d4b04d5 [diff] |
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>