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:
Dima Zavin 2011-10-27 16:31:24 -07:00
parent 9f135b3d8d
commit b8cfed012c

View File

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