]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/musb/musb_host.c
usb: musb: host: correct cppi dma channel for isoch transfer
[karo-tx-linux.git] / drivers / usb / musb / musb_host.c
index 7955768d3b1a04e94442335e0f3c9908f3e0d55d..59a63a0b79850c7c959f5ef5080de02fb19b1db8 100644 (file)
@@ -1556,7 +1556,7 @@ static int musb_rx_dma_iso_cppi41(struct dma_controller *dma,
                                  struct urb *urb,
                                  size_t len)
 {
-       struct dma_channel *channel = hw_ep->tx_channel;
+       struct dma_channel *channel = hw_ep->rx_channel;
        void __iomem *epio = hw_ep->regs;
        dma_addr_t *buf;
        u32 length, res;