aboutsummaryrefslogtreecommitdiffstats
path: root/ls-caps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls-caps.c')
-rw-r--r--ls-caps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls-caps.c b/ls-caps.c
index 6c5b73b..fce9502 100644
--- a/ls-caps.c
+++ b/ls-caps.c
@@ -1436,7 +1436,7 @@ cap_express(struct device *d, int where, int cap)
default:
printf("Unknown type %d", type);
}
- printf(", MSI %02x\n", (cap & PCI_EXP_FLAGS_IRQ) >> 9);
+ printf(", IntMsgNum %d\n", (cap & PCI_EXP_FLAGS_IRQ) >> 9);
if (verbose < 2)
return type;