]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tulip/pnic2.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / tulip / pnic2.c
index f49579128fb51d46862c6d53d9372315ec20a52e..d8418694bf466ded96824d76b926a9e4d9076c44 100644 (file)
@@ -316,9 +316,9 @@ void pnic2_lnk_change(struct net_device *dev, int csr5)
                }
        }
 
-       if ((tp->nwayset  &&  (csr5 & 0x08000000)
-                         && (dev->if_port == 3  ||  dev->if_port == 5)
-                         && (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) {
+       if ((tp->nwayset  &&  (csr5 & 0x08000000) &&
+            (dev->if_port == 3  ||  dev->if_port == 5) &&
+            (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) {
 
                /* Link blew? Maybe restart NWay. */