OSDN Git Service

hwmon: (nct6775) Clean up a condition
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 5 Sep 2018 07:46:55 +0000 (10:46 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commitc3bf6076cc41659c7b0301d19f871a22e4633013
treeb01178a0cfbf090716f8f441e3c802b9ca1e9509
parent53dfa0088edd2e2793afa21488532b12eb2dae48
hwmon: (nct6775) Clean up a condition

I removed the "dsw_en &&" chunk of the condition because we know that
"dsw_en" is set.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6775.c