Re: [PATCH 2/3] usb: dwc2: gadget: Fix DMA memory freeing

2017-01-09 Thread John Stultz
On Mon, Jan 9, 2017 at 1:10 PM, John Youn wrote: > From: Vardan Mikayelyan > > Remove DMA memory free from EP disable flow by replacing > dma_alloc_coherent with dmam_alloc_coherent. > > Cc: John Stultz > Signed-off-by:

[PATCH 2/3] usb: dwc2: gadget: Fix DMA memory freeing

2017-01-09 Thread John Youn
From: Vardan Mikayelyan Remove DMA memory free from EP disable flow by replacing dma_alloc_coherent with dmam_alloc_coherent. Cc: John Stultz Signed-off-by: Vardan Mikayelyan Signed-off-by: John Youn