summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconvert/merge2pcitable.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl
index 0854457d..3f0384f0 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -89,7 +89,7 @@ sub read_pcitable {
length == 4 or error("$f $line: bad number $_");
lc($_);
} $id1, $id2, $subid1, $subid2;
- $drivers{$id} and error("$f $line: multiple entry for $id (skipping $module $text)");
+ $drivers{$id} && $strict and error("$f $line: multiple entry for $id (skipping $module $text)");
$drivers{$id} ||= [ map &$rm_quote, $module, $text ];
} else {
die "$f $line: bad line\n";