hwmon: (nct6775) Replace 'regval' with variables named after config registers
authorGuenter Roeck <linux@roeck-us.net>
Tue, 18 Sep 2018 16:34:06 +0000 (09:34 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commita6c54f2cde3c80b7bc0d247fc9d161bad64b53a9
treede04d6fd887e9ad7d1b6e4bc9d407058f40e25e3
parent0085a5108de17dc0bfd97abb2ab3354f5c7be08e
hwmon: (nct6775) Replace 'regval' with variables named after config registers

Using variables named after configuration registers makes it more obvious
which configuration register value is used, especially if more than one
configuration register value is used to determine a configuration detail.

No functional change.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6775.c