From 62a45af43868ad06c6bb36b3ae3b169b17277a71 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Feb 2005 19:22:45 +0000 Subject: perl_checko cleanup --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 318a8abee..644bd56bc 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -145,7 +145,7 @@ foreach my $hw_class (@harddrake::data::tree) { $modules_conf->write; next; } elsif ($Ident eq "PCMCIA_CONTROLLER") { - $ID{none}->{driver} = '' if is_empty_hash_ref($added[0]) && @was_removed; + $ID{none}{driver} = '' if is_empty_hash_ref($added[0]) && @was_removed; harddrake::autoconf::pcmcia(first(values(%ID))->{driver}); } elsif ($Ident eq "USB_CONTROLLER") { modules::load_category($modules_conf, 'bus/usb'); -- cgit v1.2.1