summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 4a1cc87fb..ff945dda6 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -488,7 +488,7 @@ foreach (@classes) {
undef $flush_guard;
sub format_bus_ids {
- my ($device) = $_;
+ my ($device) = @_;
# do not vivify ids:
return if !($device->{vendor} && $device->{id});
foreach my $field (qw(vendor id subvendor subid)) {