mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
add name for mtk23d gpio irq
This commit is contained in:
parent
37e7888570
commit
12e240b2e5
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user