Message ID | mj+md-20090704.133334.8943.albireo@ucw.cz (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
diff --git a/ls-vpd.c b/ls-vpd.c index 6ded2d8..35c2bfa 100644 --- a/ls-vpd.c +++ b/ls-vpd.c @@ -196,7 +196,7 @@ cap_vpd(struct device *d) break; default: - printf("\t\tUnknown %s resource type %02x\n", + printf("\t\tUnknown %s resource type %02x, will not decode more.\n", (tag & 0x80) ? "large" : "small", tag & ~0x80); return; }