hwmon: (tmp401) Bail out from tmp401_probe() in case of write errors
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 4 Dec 2014 16:45:53 +0000 (17:45 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 4 Dec 2014 19:00:44 +0000 (11:00 -0800)
commit90652efeba1a05300931b3fad53540b9bca73948
tree56808b0109321ced1c6c4142aa90eb2e5d7a4b0b
parent06adbaec2a7a3d04741557b411e264c7f9c91c85
hwmon: (tmp401) Bail out from tmp401_probe() in case of write errors

The return value of i2c_smbus_read_byte_data() is checked in
tmp401_init_client(), but only a warning is printed and the device is
registered anyway. This leads to devices being registered even if they
cannot be physically detected.

Bail out from probe in case of write errors and notify the user.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/tmp401.c