hwmon: (lm83) Replace new_client with client
authorGuenter Roeck <linux@roeck-us.net>
Thu, 23 Dec 2021 00:23:31 +0000 (16:23 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 28 Feb 2022 01:03:16 +0000 (17:03 -0800)
commit81de0eea2bbc1b1334d40c4bb420219b603b4c45
tree43ccd1c5bc1c9a9c030631ea8907310857853def
parent11e3377b9a439a5cf989bdb2b16d90e237542ec2
hwmon: (lm83) Replace new_client with client

It has no value to name a variable 'new_client' in probe and detect
functions; it is obvious that the client is new. Use 'client' as
variable name instead.

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