commit | fabd545c6d27ac1977fe567c43cd4c72fad04172 | [log] [tgz] |
---|---|---|
author | Manish Chopra <manish.chopra@qlogic.com> | Fri Oct 21 04:43:45 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 22 17:08:07 2016 -0400 |
tree | c0df8515b2ea1dc8834a4ec46ca60127b025fc5e | |
parent | 15c6de2c65048d45484e396194ba2598618d4cb4 [diff] |
qede: Fix incorrrect usage of APIs for un-mapping DMA memory Driver uses incorrect APIs to unmap DMA memory which were mapped using dma_map_single(). This patch fixes it to use appropriate APIs for un-mapping DMA memory. Signed-off-by: Manish Chopra <manish.chopra@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>