2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Strip trailing whitespace.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5485 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-12-01 13:14:27 +00:00
parent 5aa16fd61b
commit 7c427dddf7

View File

@@ -1627,7 +1627,7 @@ use vars qw(@superio_ids_natsemi @superio_ids_smsc @superio_ids_smsc_ns
family => "VIA/Winbond/Fintek",
guess => 0x290,
enter =>
{
{
0x2e => [0x87, 0x87],
0x4e => [0x87, 0x87],
},
@@ -4304,7 +4304,7 @@ sub eeprom_detect
$checksum += i2c_smbus_read_byte_data($file, $i);
}
$checksum &= 255;
return 8 if $checksum == i2c_smbus_read_byte_data($file, 63);
return;
}