]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/gadget/omap_udc.c
ARM: OMAP: Fix DMA channel irq handling for omap24xx
[linux-2.6-omap-h63xx.git] / drivers / usb / gadget / omap_udc.c
index fda66ed5e5b8b128f9f1fe58b09ed01f5fd81fcb..4b564bf54968e273074dd99c3a3755443c9bda69 100644 (file)
@@ -778,7 +778,7 @@ static void dma_error(int lch, u16 ch_status, void *data)
        struct omap_ep  *ep = data;
 
        /* if ch_status & OMAP_DMA_DROP_IRQ ... */
-       /* if ch_status & OMAP_DMA_TOUT_IRQ ... */
+       /* if ch_status & OMAP1_DMA_TOUT_IRQ ... */
        ERR("%s dma error, lch %d status %02x\n", ep->ep.name, lch, ch_status);
 
        /* complete current transfer ... */