projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc4810
)
extcon: sm5502: Add IRQ_ONESHOT
author
Vasyl Gomonovych
<gomonovych@gmail.com>
Fri, 19 Jul 2019 16:28:06 +0000
(18:28 +0200)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 24 Jul 2019 10:32:19 +0000
(19:32 +0900)
Do not fire irq again until thread done
Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-sm5502.c
patch
|
blob
|
history
diff --git
a/drivers/extcon/extcon-sm5502.c
b/drivers/extcon/extcon-sm5502.c
index 98e4f616b8f1457123b37d9de4cb950543867fe5..dc43847ad2b0809401dd21373c0c4df992cd171f 100644
(file)
--- a/
drivers/extcon/extcon-sm5502.c
+++ b/
drivers/extcon/extcon-sm5502.c
@@
-597,7
+597,7
@@
static int sm5022_muic_i2c_probe(struct i2c_client *i2c,
ret = devm_request_threaded_irq(info->dev, virq, NULL,
sm5502_muic_irq_handler,
- IRQF_NO_SUSPEND,
+ IRQF_NO_SUSPEND
| IRQF_ONESHOT
,
muic_irq->name, info);
if (ret) {
dev_err(info->dev,