]> mj.ucw.cz Git - pciutils.git/commitdiff
Fix to the previous patch.
authorMartin Mares <mj@ucw.cz>
Fri, 28 May 2004 10:46:59 +0000 (10:46 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:18 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-39

lspci.c

diff --git a/lspci.c b/lspci.c
index 5d1a0fc1176c7c31d8580ae3ab696065b237bde3..23d7d8e52adf542095dd6fa585d0dceaf2847c92 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -747,7 +747,7 @@ show_htype1(struct device *d)
     }
 
   if (verbose > 1)
-    printf("\tSecondary status: 66Mhz%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c >SERR%c <PERR%c\n",
+    printf("\tSecondary status: 66Mhz%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c <SERR%c <PERR%c\n",
             FLAG(sec_stat, PCI_STATUS_66MHZ),
             FLAG(sec_stat, PCI_STATUS_FAST_BACK),
             FLAG(sec_stat, PCI_STATUS_PARITY),