Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145148
b: refs/heads/master
c: f43ab90
h: refs/heads/master
v: v3
  • Loading branch information
Nelson Castillo authored and Samuel Ortiz committed May 19, 2009
1 parent d8766ba commit 62b04ce
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: b126d113484886d900179b4ae55ea7fabe15f936
refs/heads/master: f43ab901005c2bb3c5440e91b6efae9f5db02e7c
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static irqreturn_t pcf50633_irq(int irq, void *data)
dev_dbg(pcf->dev, "pcf50633_irq\n");

get_device(pcf->dev);
disable_irq(pcf->irq);
disable_irq_nosync(pcf->irq);
schedule_work(&pcf->irq_work);

return IRQ_HANDLED;
Expand Down

0 comments on commit 62b04ce

Please sign in to comment.