]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: gyro: itg3200: Fix indio_dev->trig assignment
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Fri, 22 Aug 2014 20:48:00 +0000 (21:48 +0100)
committerJonathan Cameron <jic23@kernel.org>
Mon, 25 Aug 2014 20:49:00 +0000 (21:49 +0100)
commit0b4dce2ee694a991ef38203ec5ff91a738518cb3
treeb624bdc9e972bd33052f6fe14fd9758351307bd2
parentf0e84acd7056e6d7ade551c6439531606ae30a46
iio: gyro: itg3200: Fix indio_dev->trig assignment

This can result in wrong reference count for trigger device, call
iio_trigger_get to increment reference.
Refer to http://www.spinics.net/lists/linux-iio/msg13669.html for discussion
with Jonathan.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Cc: Stable@vger.kernel.org
drivers/iio/gyro/itg3200_buffer.c