hwmon: (nct6683) remove useless function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 13 Apr 2021 06:02:50 +0000 (14:02 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 20 Apr 2021 13:50:14 +0000 (06:50 -0700)
commitc3dd4b7d1e09a09d496b1084a89413cb1f523fa2
treeb126685e21ce100040eb955a87784a718cc5d62d
parent807b8c29db4f80198ae83ff722ec592a460bfcdf
hwmon: (nct6683) remove useless function

Fix the following clang warning:

drivers/hwmon/nct6683.c:491:19: warning: unused function 'in_to_reg'
[-Wunused-function].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1618293770-55307-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6683.c