mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Replace PCI_OK/PCI_NT by OK/NT
We don't need to duplicate OK and NT as PCI_OK and PCI_NT if the symbols are already there (defined for the chipset enable table). Corresponding to flashrom svn r911. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -541,7 +541,7 @@ void print_supported_pcidevs_wiki(struct pcidev_status *devs)
|
||||
"%04x:%04x || {{%s}}\n", (c) ? "eeeeee" : "dddddd",
|
||||
devs[i].vendor_name, devs[i].device_name,
|
||||
devs[i].vendor_id, devs[i].device_id,
|
||||
(devs[i].status == PCI_NT) ? (c) ? "?2" : "?" : "OK");
|
||||
(devs[i].status == NT) ? (c) ? "?2" : "?" : "OK");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user