]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mvsas: always iounmap resources
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 22 May 2015 09:15:02 +0000 (11:15 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Wed, 12 Aug 2015 18:18:47 +0000 (11:18 -0700)
commit0a66ac17abf2bd03e30fbe20b1847258b960b683
tree91cf9b928b94dd34894538fc97f4ef8273339ac8
parenta30c2a3bf8571c6748dd16edc10b32d45ed71a72
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>
drivers/scsi/mvsas/mv_init.c