diff options
Diffstat (limited to 'drivers/net/sunqe.c')
-rw-r--r-- | drivers/net/sunqe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunqe.c b/drivers/net/sunqe.c index 72e65d4666ef..9536b2f010be 100644 --- a/drivers/net/sunqe.c +++ b/drivers/net/sunqe.c | |||
@@ -711,7 +711,7 @@ static u32 qe_get_link(struct net_device *dev) | |||
711 | phyconfig = sbus_readb(mregs + MREGS_PHYCONFIG); | 711 | phyconfig = sbus_readb(mregs + MREGS_PHYCONFIG); |
712 | spin_unlock_irq(&qep->lock); | 712 | spin_unlock_irq(&qep->lock); |
713 | 713 | ||
714 | return (phyconfig & MREGS_PHYCONFIG_LSTAT); | 714 | return phyconfig & MREGS_PHYCONFIG_LSTAT; |
715 | } | 715 | } |
716 | 716 | ||
717 | static const struct ethtool_ops qe_ethtool_ops = { | 717 | static const struct ethtool_ops qe_ethtool_ops = { |