hwmon: (w83l785ts) Simplify code and improve readability
authorGuenter Roeck <linux@roeck-us.net>
Sat, 2 Jun 2012 18:48:01 +0000 (11:48 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 22 Jul 2012 04:48:43 +0000 (21:48 -0700)
commitf187fc040b31d9e7ff90be08d3140732a8450bc4
tree0cca25cad1cb1b3b9333081df1d348ffce26ae9a
parent2625996b7556f4b23ff73a8280e867372ab54bc4
hwmon: (w83l785ts) Simplify code and improve readability

In probe function, rename new_client variable to client, and introduce
local variable dev to point to client->dev, to simplify the code and
improve readability.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83l785ts.c