summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-14 19:35:59 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-14 19:35:59 +0000
commitaa6f1ef097c6e9a1909daad52ff664cff371983a (patch)
tree087f3879bf3a843d1a82a582b9d38b6219f71555 /perl-install/standalone/harddrake2
parente018588e89cf8296d4dda340968b71a79e4a114f (diff)
downloaddrakx-aa6f1ef097c6e9a1909daad52ff664cff371983a.tar
drakx-aa6f1ef097c6e9a1909daad52ff664cff371983a.tar.gz
drakx-aa6f1ef097c6e9a1909daad52ff664cff371983a.tar.bz2
drakx-aa6f1ef097c6e9a1909daad52ff664cff371983a.tar.xz
drakx-aa6f1ef097c6e9a1909daad52ff664cff371983a.zip
(format_bus_ids) perl_checker cleanup
Diffstat (limited to 'perl-install/standalone/harddrake2')
-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)) {