iio: imu: Use iio_trigger_get for indio_dev->trig assignment
authorDarshana Padmadas <darshanapadmadas@gmail.com>
Sat, 28 Mar 2015 06:37:14 +0000 (12:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Apr 2015 08:10:49 +0000 (10:10 +0200)
commit0ef5fdbb2cd17f88372c1bb7f1f45266ee557432
treeb64d104a6d83eb6f582235fd8235fb3d600c3547
parent9c28f1ed67be192f73a679b53d2306db1459b444
iio: imu: Use iio_trigger_get for indio_dev->trig assignment

commit 4ce7ca89d6e8eae9e201cd0e972ba323f33e2fb4 upstream.

This patch uses iio_trigger_get to increment the reference
count of trigger device, to avoid incorrect assignment.
Can result in a null pointer dereference during removal if the
trigger has been changed before removal.

This patch refers to a similar situation encountered through the
following discussion:
http://www.spinics.net/lists/linux-iio/msg13669.html

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/imu/adis_trigger.c