diff options
author | Brian Masney <masneyb@onstation.org> | 2018-04-21 03:41:43 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-04-28 18:17:59 +0300 |
commit | 3605dfb8510c52b3b2b5e0390cba29d54847a7b7 (patch) | |
tree | 6b25c6ddd8cb19a953c40d2398b2061459b8b214 /drivers/thunderbolt | |
parent | 2f58efa96373782a9c26203479c28a59976edfc5 (diff) | |
download | linux-3605dfb8510c52b3b2b5e0390cba29d54847a7b7.tar.xz |
staging: iio: tsl2x7x: don't return error in IRQ handler
tsl2x7x_event_handler() could return an error and this could cause the
interrupt to remain masked. We shouldn't return an error in the
interrupt handler so this patch always returns IRQ_HANDLED. An error
will be logged if one occurs.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/thunderbolt')
0 files changed, 0 insertions, 0 deletions