Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324416
b: refs/heads/master
c: aa49312
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 05842a7 commit f8f9d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdc1a790b2c82f04378dadbac456370d158f653b
refs/heads/master: aa49312f297550ab7ff01f64f385f51cb797f4f0
2 changes: 1 addition & 1 deletion trunk/drivers/extcon/extcon-max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ static int __devinit max77693_muic_probe(struct platform_device *pdev)

ret = request_threaded_irq(virq, NULL,
max77693_muic_irq_handler,
0, muic_irq->name, info);
IRQF_ONESHOT, muic_irq->name, info);
if (ret) {
dev_err(&pdev->dev,
"failed: irq request (IRQ: %d,"
Expand Down

0 comments on commit f8f9d25

Please sign in to comment.