Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330118
b: refs/heads/master
c: 1ee8c0c
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Linus Torvalds committed Oct 5, 2012
1 parent 91010db commit c9930ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 4c24e29e65843ed912c14cdc293ed922e33efdcc
refs/heads/master: 1ee8c0ca2a6aef9af4b78f860cc690f33fc8f287
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,13 +476,13 @@ static int __devinit s3c_rtc_probe(struct platform_device *pdev)
s3c_rtc_tickno = platform_get_irq(pdev, 1);
if (s3c_rtc_tickno < 0) {
dev_err(&pdev->dev, "no irq for rtc tick\n");
return -ENOENT;
return s3c_rtc_tickno;
}

s3c_rtc_alarmno = platform_get_irq(pdev, 0);
if (s3c_rtc_alarmno < 0) {
dev_err(&pdev->dev, "no irq for alarm\n");
return -ENOENT;
return s3c_rtc_alarmno;
}

pr_debug("s3c2410_rtc: tick irq %d, alarm irq %d\n",
Expand Down

0 comments on commit c9930ce

Please sign in to comment.