]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging:iio:ad7887: Do not return error code in 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:28 +0000 (20:02 +0100)
commit46b2495cc79484769e6c9364bf8f2e8b8e9de1aa
tree6ce4a2d22bd29babab608775d3bc2ad80a4e2326
parent9c586a4ce57b0ac1fbfbc378cd61c7274b703393
staging:iio:ad7887: Do not return error code in 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/adc/ad7887_ring.c