hwmon: (lm70) Simplify show_name function
authorGuenter Roeck <linux@roeck-us.net>
Tue, 11 Sep 2012 20:34:29 +0000 (13:34 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 24 Sep 2012 04:08:35 +0000 (21:08 -0700)
commit860f37319e9a1141b041ca2e77ca121dccde4b93
tree55c1d127794cd5d6a3466b904c27cabab5af6c82
parentcc00e4ddbf00d5ee6d8b7df6d4b04d98f3d99af5
hwmon: (lm70) Simplify show_name function

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>
drivers/hwmon/lm70.c