tty: serial: 8250: Add parentheses to macro
[deliverable/linux.git] / drivers / tty / serial / 8250 / 8250_pci.c
index 123319738a8901df647afcf1f76ac591b3f54728..ec8a63573fd227563ce6d97f6fe1827e0d0a8a57 100644 (file)
@@ -803,7 +803,7 @@ static int pci_netmos_9900_numports(struct pci_dev *dev)
        unsigned int pi;
        unsigned short sub_serports;
 
-       pi = (c & 0xff);
+       pi = c & 0xff;
 
        if (pi == 2)
                return 1;
This page took 0.024115 seconds and 5 git commands to generate.