]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/hp-plus.c
drivers/net: Move && and || to end of previous line
[net-next-2.6.git] / drivers / net / hp-plus.c
index 0486cbe01adbc6195dcd8c4d186227f0cc4406d8..efdbcad63c67d2f3a4d20774cdd52623002391dd 100644 (file)
@@ -187,8 +187,8 @@ static int __init hpp_probe1(struct net_device *dev, int ioaddr)
                return -EBUSY;
 
        /* Check for the HP+ signature, 50 48 0x 53. */
-       if (inw(ioaddr + HP_ID) != 0x4850
-               || (inw(ioaddr + HP_PAGING) & 0xfff0) != 0x5300) {
+       if (inw(ioaddr + HP_ID) != 0x4850 ||
+           (inw(ioaddr + HP_PAGING) & 0xfff0) != 0x5300) {
                retval = -ENODEV;
                goto out;
        }