hwmon: (lm70) Register hwmon device after creating attribute files, and remove it...
authorGuenter Roeck <linux@roeck-us.net>
Fri, 20 Jan 2012 04:58:13 +0000 (20:58 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:39 +0000 (18:27 -0700)
Register hwmon device as last operation in the probe function to ensure that all
attribute files exist when accessed from user applications. Otherwise, there
is a short time frame where the device is registered as hwmon device but
sysfs attributes do not yet exist. This could result in applications erroneously
not detecting attributes.

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

Simple merge