projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a3ac5
)
[media] ir-hix5hd2: drop the use of IRQF_NO_SUSPEND
author
Sudeep Holla
<
[email protected]
>
Mon, 21 Sep 2015 15:47:11 +0000
(12:47 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 22 Oct 2015 17:48:24 +0000
(15:48 -0200)
This driver doesn't claim the IR transmitter to be wakeup source. It
even disables the clock and the IR during suspend-resume cycle.
This patch removes yet another misuse of IRQF_NO_SUSPEND.
Cc: Patrice Chotard <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Cc: Guoxiong Yan <
[email protected]
>
Signed-off-by: Sudeep Holla <
[email protected]
>
Acked-by: Zhangfei Gao <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/rc/ir-hix5hd2.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/ir-hix5hd2.c
b/drivers/media/rc/ir-hix5hd2.c
index 1c087cb76815a3ab488cb53db85cf98b5b0cac80..d0549fba711c474a1d58e416bbff09dad9a2f328 100644
(file)
--- a/
drivers/media/rc/ir-hix5hd2.c
+++ b/
drivers/media/rc/ir-hix5hd2.c
@@
-257,7
+257,7
@@
static int hix5hd2_ir_probe(struct platform_device *pdev)
goto clkerr;
if (devm_request_irq(dev, priv->irq, hix5hd2_ir_rx_interrupt,
-
IRQF_NO_SUSPEND
, pdev->name, priv) < 0) {
+
0
, pdev->name, priv) < 0) {
dev_err(dev, "IRQ %d register failed\n", priv->irq);
ret = -EINVAL;
goto regerr;