diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-14 19:35:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-14 19:35:59 +0000 |
commit | aa6f1ef097c6e9a1909daad52ff664cff371983a (patch) | |
tree | 087f3879bf3a843d1a82a582b9d38b6219f71555 /perl-install/standalone | |
parent | e018588e89cf8296d4dda340968b71a79e4a114f (diff) | |
download | drakx-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')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
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)) { |