git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc00e4d
)
hwmon: (lm70) Simplify show_name function
author
Guenter Roeck
<linux@roeck-us.net>
Tue, 11 Sep 2012 20:34:29 +0000
(13:34 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 24 Sep 2012 04:08:35 +0000
(21:08 -0700)
Instead of using a switch statement to determine the device name, use
to_spi_device(dev)->modalias to simplify the code and reduce module size.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
No differences found