From: Martin Mares Date: Sat, 4 Jul 2009 13:33:31 +0000 (+0200) Subject: Improve the VPD fix to warn the user that VPD decoding was aborted. X-Git-Tag: v3.1.3~7^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=169bfd45a4b05df0b6c4a0c17be36d66b6046ab7;p=pciutils.git Improve the VPD fix to warn the user that VPD decoding was aborted. --- 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; }