Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365797
b: refs/heads/master
c: dbda161
h: refs/heads/master
i:
  365795: 198e221
v: v3
  • Loading branch information
Sachin Kamat authored and Linus Torvalds committed Apr 30, 2013
1 parent d881bc5 commit 9249663
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: ad3f3cf489311af25f91bade664a1688896245e9
refs/heads/master: dbda161be8ae43133bbeac34da3ad99ffeb63556
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static int tps65910_rtc_probe(struct platform_device *pdev)
if (irq <= 0) {
dev_warn(&pdev->dev, "Wake up is not possible as irq = %d\n",
irq);
return ret;
return -ENXIO;
}

ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
Expand Down

0 comments on commit 9249663

Please sign in to comment.