summaryrefslogtreecommitdiff
path: root/print_wiki.c
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-24 00:04:40 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-24 00:04:40 +0000
commit9e87e8afb0619a7478bca30be32762ef6ab54a73 (patch)
tree0f6aa87fa00e980b781677209816fe0b8a9198b6 /print_wiki.c
parentf742f717fd7771098d07f0e91ced286089503343 (diff)
downloadflashrom-9e87e8afb0619a7478bca30be32762ef6ab54a73.tar.gz
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). Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@911 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_wiki.c b/print_wiki.c
index bbbaf45..20e0850 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");
}
}