Commit 382e723a authored by Michel Arruat's avatar Michel Arruat

driver: IRQF_ONESHOT flag not used for the current 3.10 CentOS 7 kernel.

Signed-off-by: Michel Arruat's avatarMichel Arruat <michel.arruat@cern.ch>
parent 6c546e46
......@@ -640,7 +640,7 @@ static int gn412x_gpio_probe(struct platform_device *pdev)
err = request_threaded_irq(platform_get_irq(pdev, 0),
gn412x_gpio_irq_handler_h,
gn412x_gpio_irq_handler_t,
IRQF_SHARED | IRQF_ONESHOT,
IRQF_SHARED,
dev_name(gn412x->gpiochip.dev),
gn412x);
if (err) {
......
Markdown is supported
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