commit | 1b20624090d905fdf8e52f058020e585249c1af9 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Feb 21 13:09:38 2018 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Sat Mar 10 19:00:14 2018 -0800 |
tree | 5f622efeb1ab3325a31b3762c9141c7dcdd708d9 | |
parent | 00fd4cfe5bf86cb26ce8623408d2945da92dffcd [diff] |
hwmon: (nct6775) Initialize boolean variables with declaration Initialize boolean flags in nct6775_check_fan_inputs() while declaring them instead of several times throughout the code. Signed-off-by: Guenter Roeck <linux@roeck-us.net>