Skip to content

Commit

Permalink
MIPS: Excite: Get rid of BKL.
Browse files Browse the repository at this point in the history
It's not obvious what good it was supposed to do here anyway.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Sep 30, 2009
1 parent 36ac829 commit b7a0587
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/basler/excite/excite_iodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b7a0587

Please sign in to comment.