mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 14:55:27 +00:00
Strip stray backslash.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5682 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -3137,7 +3137,7 @@ sub scan_isa_bus
|
||||
foreach $chip (@{$chip_list_ref}) {
|
||||
next if not exists $chip->{isa_addrs} or not exists $chip->{isa_detect};
|
||||
foreach $addr (@{$chip->{isa_addrs}}) {
|
||||
printf("\%-60s", sprintf("Probing for `\%s'\ at 0x\%x... ",
|
||||
printf("\%-60s", sprintf("Probing for `\%s' at 0x\%x... ",
|
||||
$chip->{name}, $addr));
|
||||
$conf = &{$chip->{isa_detect}} ($addr);
|
||||
print("No\n"), next if not defined $conf;
|
||||
|
Reference in New Issue
Block a user