* [PATCH] RTC: fix typo in drivers/rtc/rtc-at91sam9.c
@ 2011-02-25 19:13 John Stultz
0 siblings, 0 replies; only message in thread
From: John Stultz @ 2011-02-25 19:13 UTC (permalink / raw)
To: LKML; +Cc: Jelle Martijn Kok, Thomas Gleixner, Linus Torvalds, John Stultz
From: Jelle Martijn Kok <jmkok@youcom.nl>
Linus, Thomas: Here's a typo fix for 2.6.38
The member of the rtc_class_ops struct is called alarm_irq_enable and
not alarm_irq_enabled
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jelle Martijn Kok <jmkok@youcom.nl>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
drivers/rtc/rtc-at91sam9.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c
index c36749e..5469c52 100644
--- a/drivers/rtc/rtc-at91sam9.c
+++ b/drivers/rtc/rtc-at91sam9.c
@@ -309,7 +309,7 @@ static const struct rtc_class_ops at91_rtc_ops = {
.read_alarm = at91_rtc_readalarm,
.set_alarm = at91_rtc_setalarm,
.proc = at91_rtc_proc,
- .alarm_irq_enabled = at91_rtc_alarm_irq_enable,
+ .alarm_irq_enable = at91_rtc_alarm_irq_enable,
};
/*
--
1.7.3.2.146.gca209
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-25 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-25 19:13 [PATCH] RTC: fix typo in drivers/rtc/rtc-at91sam9.c John Stultz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®