Re: [PATCH v3 1/7] usb: musb: dma: Correct parameter passed to IRQ handler

From: Bin Liu
Date: Wed Dec 11 2019 - 13:52:05 EST


On Tue, Dec 10, 2019 at 06:11:04PM +0100, Paul Cercueil wrote:
> The IRQ handler was passed a pointer to a struct dma_controller, but the
> argument was then casted to a pointer to a struct musb_dma_controller.
>
> Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
> Tested-by: Artur Rojek <contact@xxxxxxxxxxxxxx>
> ---

I added the Fixes tag, and queued for next v5.5 -rc. Thanks.

-Bin.