Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308695
b: refs/heads/master
c: 12693f6
h: refs/heads/master
i:
  308693: a14a20a
  308691: ff386ca
  308687: 171452c
v: v3
  • Loading branch information
Samuel Ortiz committed May 1, 2012
1 parent 9f2d38d commit e28a468
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: 201cf052810d20814a77ca0e0045a2c1a3508a1f
refs/heads/master: 12693f6c1ff6f43f34a0d105307976337f64dcdd
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/asic3.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static int asic3_gpio_to_irq(struct gpio_chip *chip, unsigned offset)
{
struct asic3 *asic = container_of(chip, struct asic3, gpio);

return (offset < ASIC3_NUM_GPIOS) ? asic->irq_base + offset : -ENXIO;
return asic->irq_base + offset;
}

static __init int asic3_gpio_probe(struct platform_device *pdev,
Expand Down

0 comments on commit e28a468

Please sign in to comment.