hwmon: (twl4030-madc-hwmon) Return proper error if hwmon_device_register fails
authorAxel Lin <axel.lin@gmail.com>
Sun, 1 May 2011 15:34:55 +0000 (11:34 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Sun, 1 May 2011 16:06:35 +0000 (09:06 -0700)
commitc30aa39c233ca1df8397eb9e9c8b40a397ce72bb
treeec550c54d08f245c717587bc4bae228ffe75090b
parent1be6a1f89f131e9c3d22f819ec542be9cda8c9e3
hwmon: (twl4030-madc-hwmon) Return proper error if hwmon_device_register fails

The driver did not return an error if the call to hwmon_device_register failed.
Fix by returning the error reported from hwmon_device_register.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/twl4030-madc-hwmon.c