diff options
Diffstat (limited to 'util-linux/lspci.c')
-rw-r--r-- | util-linux/lspci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 5184858d1..514678afd 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -74,11 +74,11 @@ static int FAST_FUNC fileAction( | |||
74 | 74 | ||
75 | if (option_mask32 & OPT_m) { | 75 | if (option_mask32 & OPT_m) { |
76 | printf("%s \"Class %04x\" \"%04x\" \"%04x\" \"%04x\" \"%04x\"", | 76 | printf("%s \"Class %04x\" \"%04x\" \"%04x\" \"%04x\" \"%04x\"", |
77 | pci_slot_name, pci_class, pci_vid, pci_did, | 77 | pci_slot_name, pci_class, pci_vid, pci_did, |
78 | pci_subsys_vid, pci_subsys_did); | 78 | pci_subsys_vid, pci_subsys_did); |
79 | } else { | 79 | } else { |
80 | printf("%s Class %04x: %04x:%04x", | 80 | printf("%s Class %04x: %04x:%04x", |
81 | pci_slot_name, pci_class, pci_vid, pci_did); | 81 | pci_slot_name, pci_class, pci_vid, pci_did); |
82 | } | 82 | } |
83 | 83 | ||
84 | if ((option_mask32 & OPT_k) && driver) { | 84 | if ((option_mask32 & OPT_k) && driver) { |