MIPS: VPE: Remove stray unlock_kernel.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Josip Rodin <joy@entuzijast.net>
This commit is contained in:
Ralf Baechle 2009-10-08 22:16:47 +02:00
parent f45e518361
commit a22d621c80
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}