Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a22d621c authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: VPE: Remove stray unlock_kernel.

parent f45e5183
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}