]> git.karo-electronics.de Git - linux-beck.git/commitdiff
DA8xx: assign name to MUSB IRQ resource
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Fri, 10 Dec 2010 17:23:06 +0000 (20:23 +0300)
committerFelipe Balbi <balbi@ti.com>
Sat, 11 Dec 2010 10:15:53 +0000 (12:15 +0200)
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@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-davinci/usb.c

index 1867366d1f3473171b30f923738d1cab7c7cd31b..23d2b6d9fa63bd17bd1b81ebd10673f920aaff9e 100644 (file)
@@ -112,6 +112,7 @@ static struct resource da8xx_usb20_resources[] = {
        {
                .start          = IRQ_DA8XX_USB_INT,
                .flags          = IORESOURCE_IRQ,
+               .name           = "mc",
        },
 };