iio: st_pressure: st_accel: Initialise sensor platform data properly
authorShrirang Bagul <shrirang.bagul@canonical.com>
Wed, 19 Apr 2017 14:05:00 +0000 (22:05 +0800)
committerJonathan Cameron <jic23@kernel.org>
Wed, 26 Apr 2017 05:37:53 +0000 (06:37 +0100)
commit7383d44b84c94aaca4bf695a6bd8a69f2295ef1a
tree52b9ea999e3af0d98d3afa4b1a2bb9b550d7ac11
parent105c3de1eb414d17e7b9db116f076026d2767ef6
iio: st_pressure: st_accel: Initialise sensor platform data properly

This patch fixes the sensor platform data initialisation for st_pressure
and st_accel device drivers. Without this patch, the driver fails to
register the sensors when the user removes and re-loads the driver.

1. Unload the kernel modules for st_pressure
$ sudo rmmod st_pressure_i2c
$ sudo rmmod st_pressure

2. Re-load the driver
$ sudo insmod st_pressure
$ sudo insmod st_pressure_i2c

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/iio/accel/st_accel_core.c
drivers/iio/pressure/st_pressure_core.c