hwmon: (lm75) Handle cleanup with devm_add_action
authorGuenter Roeck <linux@roeck-us.net>
Mon, 20 Jun 2016 00:06:48 +0000 (17:06 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 9 Jul 2016 15:33:46 +0000 (08:33 -0700)
commit9e37d3e2298e7ca2a9d210532c77a325d07816fe
treec31f107b0e23af70ddccd1b8c6bb38b3f4261034
parenteacc48ce3accfc9092594794b009a40f91331b0e
hwmon: (lm75) Handle cleanup with devm_add_action

Use devm_add_action() to register the function to restore the original
chip configuration. Use devm_hwmon_device_register_with_groups()
to register the hwmon device, and drop the remove function as no
longer needed.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.c