From 5565461e30c15525c431814dd612118a78d05992 Mon Sep 17 00:00:00 2001 From: Chad Dupuis Date: Tue, 2 Sep 2014 14:34:58 -0400 Subject: [PATCH] bnx2fc: fix incorrect DMA memory mapping in bnx2fc_unmap_sg_list() This patch is based on a problem and solution from Maurizio Lombardi where bnx2fc isn't consistent in which device struct we using for DMA map and unmap operations. Make them consistent by using dma_sg_unmap in bnx2fc_unmap_sg_list like bnx2fc_map_sg. Reviewed-by: Eddie Wai Signed-off-by: Chad Dupuis Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed