commit | 32fc3fd41ae44a41ffb8fd5ec4f4764822104655 | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Fri Mar 14 10:07:44 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 14 22:38:54 2014 -0400 |
tree | 5ffde54cb5f9c23de3b81f8afd37aec09885c248 | |
parent | fcad3e6b576e78fce9ffca124a15de86b64453a0 [diff] |
net: phy: fix uninitalized ethtool_wolinfo in phy_suspend Callers of phy_ethtool_get_wol are supposed to provide a properly cleared struct ethtool_wolinfo. Therefore, fix phy_suspend to clear it before passing it to phy_ethtool_get_wol. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>