commit | 2d99925a15b639026b67bd96419df6f9d760b212 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Sep 18 11:03:25 2018 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Oct 10 20:37:13 2018 -0700 |
tree | b851831ab6377cdc67c5825446798998637d3975 | |
parent | 7dcdbdeb1b45b9071ad986bf20d8c2da6a057eb6 [diff] |
hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D While detecting the configuration for multiple chips in one go reduces code size, it also increases code complexity. Separate chip detection to improve code readability. As first step, separate detection for NCT6793D. No functional change. Signed-off-by: Guenter Roeck <linux@roeck-us.net>