Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261802
b: refs/heads/master
c: f8c6391
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Anton Vorontsov committed Jul 8, 2011
1 parent 5f51e3d commit 681f1a8
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: 086ef502c202503a19a491838098157cdab6238e
refs/heads/master: f8c63918c9a3004bd052fa4af08aa1cefbcd79ac
2 changes: 1 addition & 1 deletion trunk/drivers/power/gpio-charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static int __devinit gpio_charger_probe(struct platform_device *pdev)
ret = request_any_context_irq(irq, gpio_charger_irq,
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
dev_name(&pdev->dev), charger);
if (ret)
if (ret < 0)
dev_warn(&pdev->dev, "Failed to request irq: %d\n", ret);
else
gpio_charger->irq = irq;
Expand Down

0 comments on commit 681f1a8

Please sign in to comment.