From 844863933d12ec9b9b51de440313f014a81dafbf Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Feb 2010 00:04:40 +0000 Subject: 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 Acked-by: Uwe Hermann --- print_wiki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index bbbaf455a..20e0850a5 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -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"); } } -- cgit v1.2.3