]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (lm90) Make code more readable
authorJean Delvare <khali@linux-fr.org>
Fri, 4 Nov 2011 11:00:47 +0000 (12:00 +0100)
committerJean Delvare <khali@endymion.delvare>
Fri, 4 Nov 2011 11:00:47 +0000 (12:00 +0100)
commitb2589ab02b46ea4a80b30a90fc2fe8eed957e86a
tree716e89b006bdf17ff4c4859f3f2cf523ff18701a
parent8dc089d68b125179b1c97e75d29623472d99c68b
hwmon: (lm90) Make code more readable

Clean up the code to make it more readable:
* Remove reg_ and new_ prefixes from variable names, they made the
  names longer, causing extra line breaks, while not adding much
  value.
* Introduce struct device dev* = &client->dev in two functions, to
  avoid repeating client->dev everywhere in these functions.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/lm90.c