Skip to content
Commit 0e643753 authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.



Coccinelle noticed:
CHECK   drivers/iio/adc/cpcap-adc.c
drivers/iio/adc/cpcap-adc.c:1009:9-34: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT

As far as I can see this is a simple case of it should be specified
but isn't.

Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 5f401ef0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment