Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283148
b: refs/heads/master
c: a9196b0
h: refs/heads/master
v: v3
  • Loading branch information
Guan Xuetao committed Jan 10, 2012
1 parent b2cb58b commit 72f26f4
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: 86abc23ed146522b276f63032574f358bcfe0392
refs/heads/master: a9196b0bd3284fa3388998c9208a708a8f2e4c83
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@ static int puv3_rtc_open(struct device *dev)
int ret;

ret = request_irq(puv3_rtc_alarmno, puv3_rtc_alarmirq,
IRQF_DISABLED, "pkunity-rtc alarm", rtc_dev);
0, "pkunity-rtc alarm", rtc_dev);

if (ret) {
dev_err(dev, "IRQ%d error %d\n", puv3_rtc_alarmno, ret);
return ret;
}

ret = request_irq(puv3_rtc_tickno, puv3_rtc_tickirq,
IRQF_DISABLED, "pkunity-rtc tick", rtc_dev);
0, "pkunity-rtc tick", rtc_dev);

if (ret) {
dev_err(dev, "IRQ%d error %d\n", puv3_rtc_tickno, ret);
Expand Down

0 comments on commit 72f26f4

Please sign in to comment.