projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ac829
)
MIPS: Excite: Get rid of BKL.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 28 Sep 2009 15:59:12 +0000
(16:59 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 30 Sep 2009 19:47:01 +0000
(21:47 +0200)
It's not obvious what good it was supposed to do here anyway.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/basler/excite/excite_iodev.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/basler/excite/excite_iodev.c
b/arch/mips/basler/excite/excite_iodev.c
index dfbfd7e2ac088887cccfc35aac853cf9cbd07785..938b1d0b765215b9360daa1f2b1d26598114d121 100644
(file)
--- a/
arch/mips/basler/excite/excite_iodev.c
+++ b/
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;
}