lantiq: fix use of IRQF_DISABLED in lantiq kmods
[openwrt/staging/yousong.git] / package / kernel / lantiq / ltq-hcd / src / ifxhcd.c
index be0a91d262270932b2b5cf1ea6ed3d62d5ced802..3fb00e0324c68af704d85baa6c87115b48e3c115 100644 (file)
@@ -701,10 +701,7 @@ int ifxhcd_init(ifxhcd_hcd_t *_ifxhcd)
         * allocates the DMA buffer pool, registers the USB bus, requests the
         * IRQ line, and calls ifxusb_hcd_start method.
         */
-       retval = usb_add_hcd(syshcd, _ifxhcd->core_if.irq, 0
-                                                          |IRQF_DISABLED
-                                                          |IRQF_SHARED
-                                                          );
+       retval = usb_add_hcd(syshcd, _ifxhcd->core_if.irq, 0 | IRQF_SHARED);
        if (retval < 0)
                goto error2;