mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Already a small bugfix...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@256 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1040,13 +1040,13 @@ sub main
|
||||
}
|
||||
}
|
||||
if (@{$$chip{detected}}) {
|
||||
print " Detects correctly:\n";
|
||||
print " Detects correctly:\n";
|
||||
foreach $data (@{$$chip{detected}}) {
|
||||
printf " * Bus `%s'\n".
|
||||
" Busdriver `%s', I2C address 0x%02x\n".
|
||||
" Chip `%s' (confidence: %d)\n",
|
||||
$data->{description}, $data->{driver}, $data->{address},
|
||||
$data->{chipname}, $data->{address}, $data->{confidence};
|
||||
$data->{chipname}, $data->{confidence};
|
||||
}
|
||||
}
|
||||
if (@{$$chip{misdetected}}) {
|
||||
@@ -1056,7 +1056,7 @@ sub main
|
||||
" Busdriver `%s', I2C address 0x%02x\n".
|
||||
" Chip `%s' (confidence: %d)\n",
|
||||
$data->{description}, $data->{driver}, $data->{address},
|
||||
$data->{chipname}, $data->{address}, $data->{confidence};
|
||||
$data->{chipname}, $data->{confidence};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user