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>
Sat, 5 Feb 2022 18:01:33 +0000 (10:01 -0800)
commitf85e94000ac25cab58699df29a4f7d9ced90f342
tree7be6c206fd2992de1723c51e048501da52789116
parent1450a43ecc9b0c09f14e15e792da939f156ff033
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