Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276911
b: refs/heads/master
c: c3b7977
h: refs/heads/master
i:
  276909: 745721f
  276907: f6f40c0
  276903: 4b0238d
  276895: aed12de
v: v3
  • Loading branch information
John Stultz committed Dec 13, 2011
1 parent 896c4fd commit 955913f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93b2ec0128c431148b216b8f7337c1a52131ef03
refs/heads/master: c3b79770e51ab1fd4201f3b54edf30113b9ce74f
9 changes: 9 additions & 0 deletions trunk/drivers/rtc/rtc-m41t80.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,19 @@ static int m41t80_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *t)
static struct rtc_class_ops m41t80_rtc_ops = {
.read_time = m41t80_rtc_read_time,
.set_time = m41t80_rtc_set_time,
/*
* XXX - m41t80 alarm functionality is reported broken.
* until it is fixed, don't register alarm functions.
*
.read_alarm = m41t80_rtc_read_alarm,
.set_alarm = m41t80_rtc_set_alarm,
*/
.proc = m41t80_rtc_proc,
/*
* See above comment on broken alarm
*
.alarm_irq_enable = m41t80_rtc_alarm_irq_enable,
*/
};

#if defined(CONFIG_RTC_INTF_SYSFS) || defined(CONFIG_RTC_INTF_SYSFS_MODULE)
Expand Down

0 comments on commit 955913f

Please sign in to comment.