]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/sunqe.c
drivers/net: return operator cleanup
[net-next-2.6.git] / drivers / net / sunqe.c
index 72e65d4666ef2e09bfc86c369860e12c3018fc31..9536b2f010be7d08cba459b505473956109f605c 100644 (file)
@@ -711,7 +711,7 @@ static u32 qe_get_link(struct net_device *dev)
        phyconfig = sbus_readb(mregs + MREGS_PHYCONFIG);
        spin_unlock_irq(&qep->lock);
 
-       return (phyconfig & MREGS_PHYCONFIG_LSTAT);
+       return phyconfig & MREGS_PHYCONFIG_LSTAT;
 }
 
 static const struct ethtool_ops qe_ethtool_ops = {