Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346439
b: refs/heads/master
c: 32c4746
h: refs/heads/master
i:
  346437: 0824567
  346435: 707524d
  346431: ef62097
v: v3
  • Loading branch information
Sivaram Nair authored and Linus Torvalds committed Dec 18, 2012
1 parent b998db1 commit 4d46f83
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: c9f5c7e7a84f1b7e274566851a1fb3531629343e
refs/heads/master: 32c4746c24728a047a1ef985215edec798bfce1f
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int __devinit tps65910_rtc_probe(struct platform_device *pdev)

ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
tps65910_rtc_interrupt, IRQF_TRIGGER_LOW,
"rtc-tps65910", &pdev->dev);
dev_name(&pdev->dev), &pdev->dev);
if (ret < 0) {
dev_err(&pdev->dev, "IRQ is not free.\n");
return ret;
Expand Down

0 comments on commit 4d46f83

Please sign in to comment.