--- zzzz-none-000/linux-2.6.28.10/drivers/usb/musb/tusb6010_omap.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/usb/musb/tusb6010_omap.c 2010-03-30 18:41:51.000000000 +0000 @@ -20,7 +20,7 @@ #include "musb_core.h" -#define to_chdat(c) ((struct tusb_omap_dma_ch *)(c)->private_data) +#define to_chdat(c) (struct tusb_omap_dma_ch *)(c)->private_data #define MAX_DMAREQ 5 /* REVISIT: Really 6, but req5 not OK */ @@ -188,7 +188,7 @@ channel->status = MUSB_DMA_STATUS_FREE; - /* Handle only RX callbacks here. TX callbacks must be handled based + /* Handle only RX callbacks here. TX callbacks musb be handled based * on the TUSB DMA status interrupt. * REVISIT: Use both TUSB DMA status interrupt and OMAP DMA callback * interrupt for RX and TX.