]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/pcmcia/pcnet_cs.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / pcmcia / pcnet_cs.c
index 469684474b72d9660e76e51146805c3a0769bce9..347eaee855c046d2f046d31c5a725798b696339e 100644 (file)
@@ -601,8 +601,8 @@ static int pcnet_config(struct pcmcia_device *link)
        dev->if_port = 0;
     }
 
-    if ((link->conf.ConfigBase == 0x03c0)
-       && (link->manf_id == 0x149) && (link->card_id == 0xc1ab)) {
+    if ((link->conf.ConfigBase == 0x03c0) &&
+       (link->manf_id == 0x149) && (link->card_id == 0xc1ab)) {
        printk(KERN_INFO "pcnet_cs: this is an AX88190 card!\n");
        printk(KERN_INFO "pcnet_cs: use axnet_cs instead.\n");
        goto failed;