]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/input/touchscreen/corgi_ts.c
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
[mirror_ubuntu-jammy-kernel.git] / drivers / input / touchscreen / corgi_ts.c
index b3eaf23b17c82b2f77725a2765205a730b22c4bd..9b66271d3ba82feefd4104f59473b4c3f53f95cc 100644 (file)
@@ -318,7 +318,7 @@ static int __init corgits_probe(struct platform_device *pdev)
        corgi_ssp_ads7846_putget((5u << ADSCTRL_ADR_SH) | ADSCTRL_STS);
        mdelay(5);
 
-       if (request_irq(corgi_ts->irq_gpio, ts_interrupt, SA_INTERRUPT, "ts", corgi_ts)) {
+       if (request_irq(corgi_ts->irq_gpio, ts_interrupt, IRQF_DISABLED, "ts", corgi_ts)) {
                err = -EBUSY;
                goto fail;
        }