From: Ralf Baechle Date: Thu, 8 Oct 2009 20:16:47 +0000 (+0200) Subject: MIPS: VPE: Remove stray unlock_kernel. X-Git-Tag: v2.6.32-rc6~2^2~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a22d621c80fb08f668ae3bfe62aeaae64b0b2b89;p=linux-2.6-block.git MIPS: VPE: Remove stray unlock_kernel. Signed-off-by: Ralf Baechle Reported-by: Josip Rodin --- diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 03092ab2a296..60477529362e 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c @@ -1116,8 +1116,6 @@ static int vpe_open(struct inode *inode, struct file *filp) v->shared_ptr = NULL; v->__start = 0; - unlock_kernel(); - return 0; }