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

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

MIPS: Excite: Get rid of BKL.



It's not obvious what good it was supposed to do here anyway.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 36ac829e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,10 +112,8 @@ static int iodev_open(struct inode *i, struct file *f)
{
	int ret;

	lock_kernel();
	ret = request_irq(iodev_irq, iodev_irqhdl, IRQF_DISABLED,
			   iodev_name, &miscdev);
	unlock_kernel();

	return ret;
}