diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 2abe7621d..9397655ce 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -616,7 +616,7 @@ sub whatUsbport() { next if !$realport; next if ! -r $realport; local *PORT; - open PORT, $realport or do next; + open PORT, $realport or next; my $idstr = ""; # Calculation of IOCTL function 0x84005001 (to get device ID # string): |