Tag: 86af47413a626f9804f48b354e290459660177ce

iio: exynos-adc: fix irqf_oneshot.cocci warnings

Author: Valentin Rothberg <valentinrothberg@gmail.com> Since commit 1c6c69525b40 (“genirq: Reject bogus threaded irq requests”) threaded IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise the request will fail. So pass the IRQF_ONESHOT flag in this case. Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci Signed-off-by: Fengguang Wu Signed-off-by: Valentin Rothberg Signed-off-by: Olof Johansson — drivers/iio/adc/exynos_adc.c | 2 +- …

Continue reading