提交 b7a05871 编写于 作者: R Ralf Baechle

MIPS: Excite: Get rid of BKL.

It's not obvious what good it was supposed to do here anyway.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 36ac829e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册