staging:iio:adis16400: Do not return error code in the interrupt handler
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 4 Jul 2012 16:09:00 +0000 (17:09 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 8 Jul 2012 19:02:31 +0000 (20:02 +0100)
commit462c8d27940d1d41f76091544245b0af11b64c81
tree897adde84311ddd37b324ade92c3e7709b7f19a9
parentb82ed7d6805ef2a31503999edc80787083d4426f
staging:iio:adis16400: Do not return error code in the interrupt handler

The interrupt handler should only ever return one of the three irqreturn_t
constants and not an error code. Also make sure to always call
iio_trigger_notify_done before leaving the trigger handler.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/imu/adis16400_ring.c