summaryrefslogtreecommitdiff
path: root/arch/arm/common
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-10-27 16:31:24 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:39:16 -0800
commit6fc3734fe44c91ef3d27a70b9936a94c77ac8d6b (patch)
tree6df7fb4a52ad626490610c7c821472839c888ec0 /arch/arm/common
parent9aa0ac544cbf4b5ba8b2695c404e56a4a6d533dc (diff)
ARM: common: fiq_debugger: make uart irq be no_suspend
Change-Id: I8e3d2a95c0ddc2706b021cd33534fe2fd302268e Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'arch/arm/common')
-rw-r--r--arch/arm/common/fiq_debugger.c2
1 files changed, 1 insertions, 1 deletions
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;