Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242949
b: refs/heads/master
c: 9d8fd10
h: refs/heads/master
i:
  242947: b91944b
v: v3
  • Loading branch information
Thomas Gleixner authored and Samuel Ortiz committed Mar 26, 2011
1 parent a2da687 commit 7cd4dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 9eaee99e5a9cedcc4acb3b5507c0878352222bce
refs/heads/master: 9d8fd10aa5843e018d456644fc1a58896d8eeaf5
2 changes: 0 additions & 2 deletions trunk/drivers/mfd/max8925-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ static int max8925_irq_init(struct max8925_chip *chip, int irq,
struct max8925_platform_data *pdata)
{
unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
struct irq_desc *desc;
int i, ret;
int __irq;

Expand All @@ -544,7 +543,6 @@ static int max8925_irq_init(struct max8925_chip *chip, int irq,
mutex_init(&chip->irq_lock);
chip->core_irq = irq;
chip->irq_base = pdata->irq_base;
desc = irq_to_desc(chip->core_irq);

/* register with genirq */
for (i = 0; i < ARRAY_SIZE(max8925_irqs); i++) {
Expand Down

0 comments on commit 7cd4dca

Please sign in to comment.