diff options
Diffstat (limited to 'drivers/hwmon/ntc_thermistor.c')
| -rw-r--r-- | drivers/hwmon/ntc_thermistor.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ntc_thermistor.c b/drivers/hwmon/ntc_thermistor.c index 414204f5704c..9c9e9f4ccb9e 100644 --- a/drivers/hwmon/ntc_thermistor.c +++ b/drivers/hwmon/ntc_thermistor.c @@ -59,7 +59,7 @@ static const struct platform_device_id ntc_thermistor_id[] = {  	[NTC_NCP15XH103]      = { "ncp15xh103",      TYPE_NCPXXXH103 },  	[NTC_NCP18WB473]      = { "ncp18wb473",      TYPE_NCPXXWB473 },  	[NTC_NCP21WB473]      = { "ncp21wb473",      TYPE_NCPXXWB473 }, -	[NTC_SSG1404001221]   = { "ssg1404-001221",  TYPE_NCPXXWB473 }, +	[NTC_SSG1404001221]   = { "ssg1404_001221",  TYPE_NCPXXWB473 },  	[NTC_LAST]            = { },  };  |