From: Florian Fainelli Date: Fri, 6 Dec 2013 21:01:32 +0000 (-0800) Subject: net: greth: use phy_read_status() X-Git-Tag: v3.14-rc1~94^2~558^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0528ce7a43d51090b45cf27c53e4b343facaade;p=pandora-kernel.git net: greth: use phy_read_status() In case the greth driver is bound to anything but the Generic PHY driver or the PHY has a special read_status callback implemented, unexpected things will happen. Make sure we that we use phy_read_status() which does the proper abstraction of calling the driver specific read_status() callback for a given PHY. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed