Commit fcf173e4511193b1efeccb0f22a8c641b464353b (usb: musb: add names for IRQs in structure resource) forgot to assign name to the DA8xx MUSB IRQ resource. Because of that MUSB driver fails to load on DA8xx machines. Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> --- This patch is against Greg's 'usb-next' branch where the aforementioned commit is now residing. If possible, it should be merged with that commit... arch/arm/mach-davinci/usb.c | 1 + 1 file changed, 1 insertion(+) Index: usb-2.6/arch/arm/mach-davinci/usb.c =================================================================== --- usb-2.6.orig/arch/arm/mach-davinci/usb.c +++ usb-2.6/arch/arm/mach-davinci/usb.c @@ -112,6 +112,7 @@ static struct resource da8xx_usb20_resou { .start = IRQ_DA8XX_USB_INT, .flags = IORESOURCE_IRQ, + .name = "mc", }, }; -- 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