diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c index 3d83d610519..71e53efc1ce 100644 --- a/sbin/devmatch/devmatch.c +++ b/sbin/devmatch/devmatch.c @@ -285,7 +285,7 @@ search_hints(const char *bus, const char *dev, const char *pnpinfo) break; /*FALLTHROUGH*/ case 'I': - if (v != ival && ival != 0) + if (v != ival) notme++; break; case 'G':