mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM: common: fiq_debugger: make uart irq be no_suspend
Change-Id: I8e3d2a95c0ddc2706b021cd33534fe2fd302268e Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
9f135b3d8d
commit
b8cfed012c
|
|
@ -1045,7 +1045,7 @@ static int fiq_debugger_probe(struct platform_device *pdev)
|
|||
pdata->fiq_enable(pdev, state->fiq, 1);
|
||||
} else {
|
||||
ret = request_irq(state->uart_irq, debug_uart_irq,
|
||||
0, "debug", state);
|
||||
IRQF_NO_SUSPEND, "debug", state);
|
||||
if (ret) {
|
||||
pr_err("%s: could not install irq handler\n", __func__);
|
||||
goto err_register_irq;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user