From: Manish Chopra <[email protected]> Date: Wed, 18 May 2016 07:43:57 -0400
> Driver incorrectly uses dma_unmap_addr_set() to set > a variable which is in truth a dma_addr_t > [i.e not defined using DEFINE_DMA_UNMAP_ADDR()] and is > being used by the driver flows other than unmapping > physical addresses. This patch fixes driver fastpath > where CONFIG_NEED_DMA_MAP_STATE is not set. > > Signed-off-by: Manish Chopra <[email protected]> > Signed-off-by: Yuval Mintz <[email protected]> Applied, thanks.
