]> git.baikalelectronics.ru Git - kernel.git/commit
kvm/ppc/mpic: fix missing unlock in set_base_addr()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 1 May 2013 19:17:31 +0000 (19:17 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 2 May 2013 13:28:35 +0000 (15:28 +0200)
commit1d31a321228c65fa991fa2def8003896eb83caf5
tree0e9045afeacad60f5e16dabce068ad48ecc92bc7
parentcdebd764894edd7922f8f800cfe00af5dbc6a967
kvm/ppc/mpic: fix missing unlock in set_base_addr()

Add the missing unlock before return from function set_base_addr()
when disables the mapping.

Introduced by commit 516a697563078875ba3bea50aa406ec759e27225
(kvm/ppc/mpic: in-kernel MPIC emulation)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/mpic.c