mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init()
authorQinglang Miao <miaoqinglang@huawei.com>
Wed, 28 Oct 2020 09:15:48 +0000 (17:15 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 6 Nov 2020 10:35:46 +0000 (11:35 +0100)
commitc424dc4cd1809e181a161723f770b7bc1e0f9927
tree79adef472762f37befe32f0c0ec7a989c1ccc964
parent2673ecf9586551c5bcee499c1cc1949f6f7cc9a1
mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init()

add missing iounmap() of pciu_base on error when failed to init
io_map_base.

Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pci/pci-vr41xx.c