aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c
index a035ceccf95..b47ca948bcf 100644
--- a/drivers/usb/musb/musb_host.c
+++ b/drivers/usb/musb/musb_host.c
@@ -1161,7 +1161,8 @@ void musb_host_tx(struct musb *musb, u8 epnum)
1161 struct urb *urb; 1161 struct urb *urb;
1162 struct musb_hw_ep *hw_ep = musb->endpoints + epnum; 1162 struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
1163 void __iomem *epio = hw_ep->regs; 1163 void __iomem *epio = hw_ep->regs;
1164 struct musb_qh *qh = hw_ep->out_qh; 1164 struct musb_qh *qh = hw_ep->is_shared_fifo ? hw_ep->in_qh
1165 : hw_ep->out_qh;
1165 u32 status = 0; 1166 u32 status = 0;
1166 void __iomem *mbase = musb->mregs; 1167 void __iomem *mbase = musb->mregs;
1167 struct dma_channel *dma; 1168 struct dma_channel *dma;