mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rtc/at91sam9: fix typo .alarm_irq_enabled instead of .alarm_irq_enable
@ 2011-03-08 16:19 Jean-Christophe PLAGNIOL-VILLARD
  2011-03-08 17:05 ` John Stultz
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-03-08 16:19 UTC (permalink / raw)
  To: rtc-linux
  Cc: linux-kernel, Alessandro Zummo, Jean-Christophe PLAGNIOL-VILLARD,
	John Stultz

in struct rtc_class_ops at91_rtc_ops

introduce in commit 16380c153a6
RTC: Convert rtc drivers to use the alarm_irq_enable method

Cc: John Stultz <john.stultz@linaro.org>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 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.4.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-09 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-08 16:19 [PATCH] rtc/at91sam9: fix typo .alarm_irq_enabled instead of .alarm_irq_enable Jean-Christophe PLAGNIOL-VILLARD
2011-03-08 17:05 ` John Stultz
2011-03-09 15:33   ` Jean-Christophe PLAGNIOL-VILLARD

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®