1
0
Files
linux/drivers
Manish Chopra 09ec8e7fb6 qede: Fix DMA address APIs usage
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 <manish.chopra@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-20 11:15:31 -07:00
..
2016-03-23 17:52:10 +02:00
2014-03-02 19:53:09 -08:00
2016-05-20 11:15:31 -07:00
2016-05-19 11:36:49 -07:00
2014-11-24 07:45:25 +01:00
2016-02-07 23:17:59 -08:00