net: phy: fix uninitalized ethtool_wolinfo in phy_suspend
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fri, 14 Mar 2014 09:07:44 +0000 (10:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:38:54 +0000 (22:38 -0400)
commit32fc3fd41ae44a41ffb8fd5ec4f4764822104655
tree5ffde54cb5f9c23de3b81f8afd37aec09885c248
parentfcad3e6b576e78fce9ffca124a15de86b64453a0
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>
drivers/net/phy/phy_device.c