]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-davinci/board-da830-evm.c
Merge branch 'next/soc' into for-next
[karo-tx-linux.git] / arch / arm / mach-davinci / board-da830-evm.c
index 67df6f6bee496e0ec9f1708bdaa361eaa949aa38..40f15f133c55c3646d5eeac3ef3eec7764cae760 100644 (file)
@@ -76,7 +76,7 @@ static int da830_evm_usb_ocic_notify(da8xx_ocic_handler_t handler)
        if (handler != NULL) {
                da830_evm_usb_ocic_handler = handler;
 
-               error = request_irq(irq, da830_evm_usb_ocic_irq, IRQF_DISABLED |
+               error = request_irq(irq, da830_evm_usb_ocic_irq,
                                    IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
                                    "OHCI over-current indicator", NULL);
                if (error)