commit | 12baa4202d74d799f4f8a4bd0455b485e4f8e876 | [log] [tgz] |
---|---|---|
author | brking@us.ibm.com <brking@us.ibm.com> | Tue Nov 01 17:01:27 2005 -0600 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sun Nov 06 13:04:18 2005 -0600 |
tree | 71601a7098f67c43c2642f32948a4ff01c492e6b | |
parent | 0bc42e35c74c0baab414cf623d6fe1e94cee4ca3 [diff] |
[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 <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>