* [PATCH] powertv: Remove extra r4k_clockevent_init() call
@ 2009-12-22 1:43 David VomLehn
2009-12-24 14:18 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: David VomLehn @ 2009-12-22 1:43 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
A call to r4k_clocksource_init() was added to plat_time_init(), but
when init_mips_clock_source() calls the same function, boot fails in
clockevents_register_device(). This patch removes the extraneous call.
Signed-off-by: David VomLehn <dvomlehn@cisco.com>
---
arch/mips/powertv/time.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/powertv/time.c b/arch/mips/powertv/time.c
index 1e0a5ef..9fd7b67 100644
--- a/arch/mips/powertv/time.c
+++ b/arch/mips/powertv/time.c
@@ -33,5 +33,4 @@ unsigned int __cpuinit get_c0_compare_int(void)
void __init plat_time_init(void)
{
powertv_clocksource_init();
- r4k_clockevent_init();
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powertv: Remove extra r4k_clockevent_init() call
2009-12-22 1:43 [PATCH] powertv: Remove extra r4k_clockevent_init() call David VomLehn
@ 2009-12-24 14:18 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-12-24 14:18 UTC (permalink / raw)
To: David VomLehn; +Cc: linux-mips
On Mon, Dec 21, 2009 at 05:43:42PM -0800, David VomLehn wrote:
> A call to r4k_clocksource_init() was added to plat_time_init(), but
> when init_mips_clock_source() calls the same function, boot fails in
> clockevents_register_device(). This patch removes the extraneous call.
>
> Signed-off-by: David VomLehn <dvomlehn@cisco.com>
Applied. Thanks, Merry Christmas & Happy New Year!
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-24 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 1:43 [PATCH] powertv: Remove extra r4k_clockevent_init() call David VomLehn
2009-12-24 14:18 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).