]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers:iio:accel:mma8452: added cleanup provision in case of failure.
authorBijosh Thykkoottathil <bijosh.t@hotmail.com>
Mon, 4 Jul 2016 10:08:53 +0000 (10:08 +0000)
committerJonathan Cameron <jic23@kernel.org>
Tue, 5 Jul 2016 20:03:40 +0000 (21:03 +0100)
commit1a965d405fc6f6b1e3454baad7001fed91c9c458
tree424e4da80d90e8f2d6d3e6efd2759ea4309d7b59
parent21d41655f5dde155caa2e5c004ac45bb76291449
drivers:iio:accel:mma8452: added cleanup provision in case of failure.

mma8452_set_freefall_mode can return -ve value in case if
i2c_smbus_read_byte_data fails. This function is called from mma8452_probe,
and returning -ve value from probe indicates probe failure. Need to call
iio_triggered_buffer_cleanup & iio_trigger_cleanup in this case.

Signed-off-by: Bijosh Thykkoottathil <bijosh.t@hotmail.com>
Acked-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/mma8452.c