* [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
* Re: [PATCH] rtc/at91sam9: fix typo .alarm_irq_enabled instead of .alarm_irq_enable
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
0 siblings, 1 reply; 3+ messages in thread
From: John Stultz @ 2011-03-08 17:05 UTC (permalink / raw)
To: Jean-Christophe PLAGNIOL-VILLARD
Cc: rtc-linux, linux-kernel, Alessandro Zummo
On Tue, 2011-03-08 at 17:19 +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> in struct rtc_class_ops at91_rtc_ops
>
> introduce in commit 16380c153a6
> RTC: Convert rtc drivers to use the alarm_irq_enable method
I believe this fix is already upstream:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d40358509ee862d7e4049187bc05eba1911a2959
thanks
-john
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rtc/at91sam9: fix typo .alarm_irq_enabled instead of .alarm_irq_enable
2011-03-08 17:05 ` John Stultz
@ 2011-03-09 15:33 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-03-09 15:33 UTC (permalink / raw)
To: John Stultz; +Cc: rtc-linux, linux-kernel, Alessandro Zummo
On 09:05 Tue 08 Mar , John Stultz wrote:
> On Tue, 2011-03-08 at 17:19 +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > in struct rtc_class_ops at91_rtc_ops
> >
> > introduce in commit 16380c153a6
> > RTC: Convert rtc drivers to use the alarm_irq_enable method
>
> I believe this fix is already upstream:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d40358509ee862d7e4049187bc05eba1911a2959
ok some of my tree are new update to date enough
Best Regards,
J.
^ 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®