* [PATCH -mm] Blackfin: rtc fix rtc_update_irq augument
@ 2007-03-26 10:13 Wu, Bryan
2007-03-26 23:51 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Wu, Bryan @ 2007-03-26 10:13 UTC (permalink / raw)
To: Andrew Morton, a.zummo, vapier, linux-kernel
Hi folks,
Replacing class_dev to directly using rtc_dev.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
drivers/rtc/rtc-bfin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/drivers/rtc/rtc-bfin.c
===================================================================
--- linux-2.6.orig/drivers/rtc/rtc-bfin.c
+++ linux-2.6/drivers/rtc/rtc-bfin.c
@@ -166,7 +166,7 @@
events |= RTC_UF | RTC_IRQF;
}
- rtc_update_irq(&rtc->rtc_dev->class_dev, 1, events);
+ rtc_update_irq(rtc->rtc_dev, 1, events);
spin_unlock_irq(&rtc->lock);
_
Thanks,
-Bryan Wu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -mm] Blackfin: rtc fix rtc_update_irq augument
2007-03-26 10:13 [PATCH -mm] Blackfin: rtc fix rtc_update_irq augument Wu, Bryan
@ 2007-03-26 23:51 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2007-03-26 23:51 UTC (permalink / raw)
To: bryan.wu; +Cc: Andrew Morton, a.zummo, linux-kernel
On 3/26/07, Wu, Bryan <bryan.wu@analog.com> wrote:
> Replacing class_dev to directly using rtc_dev.
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
-mike
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-26 23:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 10:13 [PATCH -mm] Blackfin: rtc fix rtc_update_irq augument Wu, Bryan
2007-03-26 23:51 ` Mike Frysinger
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®