projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e7888
)
add name for mtk23d gpio irq
author
root
<root@lw.(none)>
Fri, 30 Sep 2011 03:10:11 +0000
(11:10 +0800)
committer
root
<root@lw.(none)>
Tue, 11 Oct 2011 08:31:49 +0000
(16:31 +0800)
drivers/misc/mtk23d.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mtk23d.c
b/drivers/misc/mtk23d.c
index 2a2c23636a1d0eee53781729fdc973075812c0b3..14fdcdbe50d228479da6377e5326e516ec0138c1 100755
(executable)
--- a/
drivers/misc/mtk23d.c
+++ b/
drivers/misc/mtk23d.c
@@
-266,7
+266,7
@@
int modem_poweron_off(int on_off)
}
else
{
- error = request_irq(irq, BBwakeup_isr,IRQF_TRIGGER_FALLING,
NULL
, pdata);
+ error = request_irq(irq, BBwakeup_isr,IRQF_TRIGGER_FALLING,
"mtk23d"
, pdata);
if (error) {
printk("mtk23d_probe bp_statue request_irq error!!! \n");
}