commit | b1509e5d2b478f362dbadfe721d5efc0162e3c8e | [log] [tgz] |
---|---|---|
author | Quentin Lambert <lambert.quentin@gmail.com> | Sat Nov 19 18:43:40 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Nov 29 11:50:21 2016 -0500 |
tree | f4d1c4d79822e0048f646360805a2e117e2fd411 | |
parent | 5cfa2a3c7342bd0b50716c8bb32ee491af43c785 [diff] |
scsi: isci: Add a missing call to pci_unmap_biosrom Most error branches following the call to pci_map_biosrom contain a call to pci_unmap_biosrom. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>