]> mj.ucw.cz Git - pciutils.git/commitdiff
Improve the VPD fix to warn the user that VPD decoding was aborted.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Jul 2009 13:33:31 +0000 (15:33 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 4 Jul 2009 13:33:31 +0000 (15:33 +0200)
ls-vpd.c

index 6ded2d8ed3ad9db6a1b55550bac01a68cdd0d601..35c2bfafee8c8ce8a5789abcac56247926e5d5c9 100644 (file)
--- 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;
        }