]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerJiri Slaby <jslaby@suse.cz>
Wed, 22 Apr 2015 06:58:39 +0000 (08:58 +0200)
commitd85168be83070a890e8bba49cbfe0a20238154db
treec375af95fb8ec3b65080417231d7a38823e044f6
parent6e106485980c6a4776a38a3941130f623e0b54db
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: Jiri Slaby <jslaby@suse.cz>
drivers/iio/imu/adis_trigger.c