net: phy: fix a bug when verify the EEE support
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Sun, 26 May 2013 21:31:28 +0000 (21:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2013 17:39:01 +0000 (10:39 -0700)
commit92a47b4c37e9d47887407bb892d9595ef05e89f1
tree8cb558e5aa1aa8a2f3cdad5c631ea02d63e87907
parent9622e5d22e42da9ade7cf72a1f04bebab1292332
net: phy: fix a bug when verify the EEE support

[ Upstream commit 9a9c56cb34e65000d1f0a4b7553399bfcf7c5a52 ]

The phy_init_eee has to exit with an error when the
local device and its link partner both do not support EEE.
So this patch fixes a problem when verify this.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/phy/phy.c