Hello. On 29-08-2011 12:10, Sebastian Andrzej Siewior wrote:
- ret = usb_add_hcd(hcd, pdev->resource[1].start, - IRQF_DISABLED | IRQF_SHARED);
here the irqflag is set to IRQF_DISABLED | IRQF_SHARED. But your generic ehci_hcd_plat_add sets it to IRQF_SHARED always.
So? The former is defined to 0.
Not really, it's defined as 0x20, though actually is a nop. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html