Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373227
b: refs/heads/master
c: 3cec5f4
h: refs/heads/master
i:
  373225: c02bf8a
  373223: 6ce8c2a
v: v3
  • Loading branch information
Ashish Jangam authored and Samuel Ortiz committed Apr 9, 2013
1 parent e28c777 commit 758521d
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: 48130b8f5c6d77608257dc50bf914bd77f0b41a0
refs/heads/master: 3cec5f4e7536de1c2c1e9ae6be9bf2d62c783262
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/da9055-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int da9055_device_init(struct da9055 *da9055)
da9055->irq_base = pdata->irq_base;

ret = regmap_add_irq_chip(da9055->regmap, da9055->chip_irq,
IRQF_TRIGGER_HIGH | IRQF_ONESHOT,
IRQF_TRIGGER_LOW | IRQF_ONESHOT,
da9055->irq_base, &da9055_regmap_irq_chip,
&da9055->irq_data);
if (ret < 0)
Expand Down

0 comments on commit 758521d

Please sign in to comment.