2
0
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:
Jean Delvare
2009-03-12 16:47:11 +00:00
parent 3fce211736
commit d7d67ccf14

View File

@@ -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;