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

(mds) remove bomb-causing commas I put in at lines 249,255 (gl520/525)

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@613 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
1999-10-30 19:51:37 +00:00
parent 15b77ed76d
commit dee0c2529a

View File

@@ -246,13 +246,13 @@ use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
name => "Genesys Logic GL520SM",
driver => "gl520sm",
i2c_addrs => [0x2c, 0x2d],
i2c_detect => sub { gl520sm_detect, @_} ,
i2c_detect => sub { gl520sm_detect @_} ,
},
{
name => "Genesys Logic GL525SM",
# driver => "xxxxxxx",
i2c_addrs => [0x2d],
i2c_detect => sub { gl525sm_detect, @_} ,
i2c_detect => sub { gl525sm_detect @_} ,
},
{
name => "Analog Devices ADM9240",