hwmon (lm63) Do not overwrite data->kind
authorNicolin Chen <nicoleotsuka@gmail.com>
Tue, 13 Nov 2018 04:36:56 +0000 (20:36 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 16 Dec 2018 23:13:13 +0000 (15:13 -0800)
commitb6611bcd5144e61a9cc21ee55c74aff688dff3f0
tree58229f5409c1dba7982046f41a7ed31c74ffce86
parent323aeb0eb5d9a6820130dfab1214a83edf385dcd
hwmon (lm63) Do not overwrite data->kind

According to the code right before the removed line, data->kind
should be either from DT or from id pointer. So there shouldn't
be an additional overwriting after the if-else statement.

So this patch just removes the overwriting line.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm63.c