mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 07:02:34 +02:00
nicintel_eeprom: Delete extra parentheses from if condition
BUG=185191942 TEST=builds Change-Id: I068bd227668a79f14e38e703a5a49db18d5de8c7 Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/56820 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
parent
0a7f036610
commit
099be52132
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user