Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344711
b: refs/heads/master
c: 8117cc3
h: refs/heads/master
i:
  344709: 3554283
  344707: f1a1540
  344703: 4f2b369
v: v3
  • Loading branch information
Sachin Kamat authored and MyungJoo Ham committed Nov 21, 2012
1 parent 42d6176 commit 1a69f29
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: 1967fa08d902cbf1967a29acd2e82628cfb7c7f4
refs/heads/master: 8117cc3a0cf31533b31fb106663c2529410726df
2 changes: 1 addition & 1 deletion trunk/drivers/extcon/extcon-max8997.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static int __devinit max8997_muic_probe(struct platform_device *pdev)
}
muic_irq->virq = virq;

ret = request_threaded_irq(virq, NULL,max8997_muic_irq_handler,
ret = request_threaded_irq(virq, NULL, max8997_muic_irq_handler,
0, muic_irq->name, info);
if (ret) {
dev_err(&pdev->dev,
Expand Down

0 comments on commit 1a69f29

Please sign in to comment.