projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f135b3
)
ARM: common: fiq_debugger: make uart irq be no_suspend
author
Dima Zavin
<dima@android.com>
Thu, 27 Oct 2011 23:31:24 +0000
(16:31 -0700)
committer
Dima Zavin
<dima@android.com>
Fri, 28 Oct 2011 20:01:36 +0000
(13:01 -0700)
Change-Id: I8e3d2a95c0ddc2706b021cd33534fe2fd302268e
Signed-off-by: Dima Zavin <dima@android.com>
arch/arm/common/fiq_debugger.c
patch
|
blob
|
history
diff --git
a/arch/arm/common/fiq_debugger.c
b/arch/arm/common/fiq_debugger.c
index a120b75afe3d686001f53c36571b1fb1e093a6e8..b9b53c9994ab836764363cd6020b5f1602c58ce9 100644
(file)
--- 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;