summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nicintel_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicintel_eeprom.c b/nicintel_eeprom.c
index b5f205083..430a980e5 100644
--- a/nicintel_eeprom.c
+++ b/nicintel_eeprom.c
@@ -466,7 +466,7 @@ static int nicintel_ee_init(void)
return 1;
nicintel_pci = dev;
- if ((dev->device_id != UNPROG_DEVICE)) {
+ if (dev->device_id != UNPROG_DEVICE) {
uint32_t eec = pci_mmio_readl(nicintel_eebar + EEC);
/* C.f. 3.3.1.5 for the detection mechanism (maybe? contradicting