From: brking@us.ibm.com Date: Tue, 1 Nov 2005 23:01:27 +0000 (-0600) Subject: [SCSI] ipr: Fix adapter microcode update DMA mapping leak X-Git-Tag: v2.6.15-rc1~7^2~13^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12baa4202d74d799f4f8a4bd0455b485e4f8e876;p=pandora-kernel.git [SCSI] ipr: Fix adapter microcode update DMA mapping leak If the write buffer command that is issued to the ipr adapter to update its microcode fails for some reason, the DMA buffer will never get unmapped. Move the pci_map/unmap out of the IOA reset job so that the buffer is always clearly mapped and unmapped. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed