ar71xx: return statements does not need parenthesis
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / pci / pci-ar71xx.c
index 7d0eee9dbfb365a5c0bbf0c11a173bb84cf5a10f..c6c6e5583497837583c583c9a75013f121db66f2 100644 (file)
@@ -107,7 +107,7 @@ int ar71xx_pci_be_handler(int is_fixup)
                __raw_writel(ahb_err, base + PCI_REG_AHB_ERR);
        }
 
-       return ((ahb_err | pci_err) ? 1 : 0);
+       return (ahb_err | pci_err) ? 1 : 0;
 }
 
 static inline int ar71xx_pci_set_cfgaddr(struct pci_bus *bus,