Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176033
b: refs/heads/master
c: b18fdc4
h: refs/heads/master
i:
  176031: 39314a9
v: v3
  • Loading branch information
Arnaud Patard authored and Samuel Ortiz committed Dec 13, 2009
1 parent c3b067e commit 1d4d728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 25993e4e42c30063e3ea6ec89cfa901b3f34732b
refs/heads/master: b18fdc4b3e5e418e5582f5403c8a05b2c67eea16
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,15 @@ static int __pcf50633_irq_mask_set(struct pcf50633 *pcf, int irq, u8 mask)

int pcf50633_irq_mask(struct pcf50633 *pcf, int irq)
{
dev_info(pcf->dev, "Masking IRQ %d\n", irq);
dev_dbg(pcf->dev, "Masking IRQ %d\n", irq);

return __pcf50633_irq_mask_set(pcf, irq, 1);
}
EXPORT_SYMBOL_GPL(pcf50633_irq_mask);

int pcf50633_irq_unmask(struct pcf50633 *pcf, int irq)
{
dev_info(pcf->dev, "Unmasking IRQ %d\n", irq);
dev_dbg(pcf->dev, "Unmasking IRQ %d\n", irq);

return __pcf50633_irq_mask_set(pcf, irq, 0);
}
Expand Down

0 comments on commit 1d4d728

Please sign in to comment.