hwmon: (ntc_thermistor) use a table to lookup the thermistor type
Sort the entries while at it. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:

committed by
Guenter Roeck

parent
e056fe25d9
commit
737c086edd
@@ -24,12 +24,12 @@
|
||||
struct iio_channel;
|
||||
|
||||
enum ntc_thermistor_type {
|
||||
TYPE_NCPXXWB473,
|
||||
TYPE_NCPXXWL333,
|
||||
TYPE_B57330V2103,
|
||||
TYPE_NCPXXWF104,
|
||||
TYPE_NCPXXXH103,
|
||||
TYPE_B57891S0103,
|
||||
TYPE_NCPXXWB473,
|
||||
TYPE_NCPXXWF104,
|
||||
TYPE_NCPXXWL333,
|
||||
TYPE_NCPXXXH103,
|
||||
};
|
||||
|
||||
struct ntc_thermistor_platform_data {
|
||||
|
Reference in New Issue
Block a user