hwmon: (drivetemp) Fix SCT support if SCT data tables are not supported
authorGuenter Roeck <linux@roeck-us.net>
Sat, 9 May 2020 20:13:33 +0000 (13:13 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 9 May 2020 20:22:34 +0000 (13:22 -0700)
commitbcb543cc3d4034da3f3fd8bc4296a26dfeadf47d
treee8f4a111c9a1cf30360e8943e41e8b678a830385
parentae83d0b416db002fe95601e7f97f64b59514d936
hwmon: (drivetemp) Fix SCT support if SCT data tables are not supported

If SCT is supported but SCT data tables are not, the driver unnecessarily
tries to fall back to SMART. Use SCT without data tables instead in this
situation.

Fixes: 5b46903d8bf3 ("hwmon: Driver for disk and solid state drives with temperature sensors")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/drivetemp.c