Pārlūkot izejas kodu

MIPS: Excite: Get rid of BKL.

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 15 gadi atpakaļ
vecāks
revīzija
b7a05871aa
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      arch/mips/basler/excite/excite_iodev.c

+ 0 - 2
arch/mips/basler/excite/excite_iodev.c

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