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)
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>

No differences found