bonding: Fix check for ethtool get_link operation support
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 7 Dec 2012 06:15:32 +0000 (06:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Dec 2012 19:35:35 +0000 (14:35 -0500)
Since commit 2c60db037034 ('net: provide a default dev->ethtool_ops')
all devices have a non-null ethtool_ops.  Test only
dev->ethtool_ops->get_link in both places where we care.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found