From 6fc3734fe44c91ef3d27a70b9936a94c77ac8d6b Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Thu, 27 Oct 2011 16:31:24 -0700 Subject: ARM: common: fiq_debugger: make uart irq be no_suspend Change-Id: I8e3d2a95c0ddc2706b021cd33534fe2fd302268e Signed-off-by: Dima Zavin --- arch/arm/common/fiq_debugger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/common') diff --git a/arch/arm/common/fiq_debugger.c b/arch/arm/common/fiq_debugger.c index a120b75afe3d..b9b53c9994ab 100644 --- a/arch/arm/common/fiq_debugger.c +++ b/arch/arm/common/fiq_debugger.c @@ -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; -- cgit v1.2.3