X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ls-vpd.c;h=35c2bfafee8c8ce8a5789abcac56247926e5d5c9;hb=a662543285001bc75f60e4957b4e505af82db0b4;hp=6ded2d8ed3ad9db6a1b55550bac01a68cdd0d601;hpb=9eaaf5c77719fbdbf10804a1597cc95ecc22ac89;p=pciutils.git 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; }