commit | 0a66ac17abf2bd03e30fbe20b1847258b960b683 | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <jthumshirn@suse.de> | Fri May 22 11:15:02 2015 +0200 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 12 11:18:47 2015 -0700 |
tree | 91cf9b928b94dd34894538fc97f4ef8273339ac8 | |
parent | a30c2a3bf8571c6748dd16edc10b32d45ed71a72 [diff] |
mvsas: always iounmap resources In case pci_resource_start() or pci_resource_len() reutrn 0, mvsas_ioremap returns without doing an iounmap() of mvi->regs_ex. Found by the cocinelle tool. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>