]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/smc-mca.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / smc-mca.c
index c791ef76c1d6341c755e159da7473ab2b1544ab3..a93f122e9a966b20e2380eddb74837ec93a07ac4 100644 (file)
@@ -268,9 +268,9 @@ static int __init ultramca_probe(struct device *gen_dev)
                }
        }
 
-       if(!tirq || !tbase
-          || (irq && irq != tirq)
-          || (base_addr && tbase != base_addr))
+       if(!tirq || !tbase ||
+          (irq && irq != tirq) ||
+          (base_addr && tbase != base_addr))
                /* FIXME: we're trying to force the ordering of the
                 * devices here, there should be a way of getting this
                 * to happen */