All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment
@ 2012-12-18 23:01 Stephen Boyd
  2012-12-19  0:23 ` Jesper Juhl
       [not found] ` <1355871705-19720-1-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Boyd @ 2012-12-18 23:01 UTC (permalink / raw)
  To: Bob Liu
  Cc: linux-kernel, uclinux-dist-devel, linux-arm-msm, Steven Miao,
	trivial

It seems that this assignment is done twice in a row. Remove the
duplicate assignment.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Steven Miao <realmz6@gmail.com>
Cc: trivial@kernel.org
---

Noticed while grepping for broadcast users.

 arch/blackfin/kernel/time-ts.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/blackfin/kernel/time-ts.c b/arch/blackfin/kernel/time-ts.c
index f608f02..cb0a484 100644
--- a/arch/blackfin/kernel/time-ts.c
+++ b/arch/blackfin/kernel/time-ts.c
@@ -329,12 +329,6 @@ void bfin_coretmr_clockevent_init(void)
 	evt->broadcast = smp_timer_broadcast;
 #endif
 
-
-#ifdef CONFIG_SMP
-	evt->broadcast = smp_timer_broadcast;
-#endif
-
-
 	evt->name = "bfin_core_timer";
 	evt->rating = 350;
 	evt->irq = -1;
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2012-12-24  2:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 23:01 [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment Stephen Boyd
2012-12-19  0:23 ` Jesper Juhl
     [not found] ` <1355871705-19720-1-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2012-12-20  9:40   ` Bob Liu
2012-12-20  9:40     ` Bob Liu
     [not found]     ` <CAA_GA1fDv4OP+7sZ-Hxr0Zyb_gGe3Xpn7DvkokMAG2u4AByScQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-12-24  2:32       ` realmz paranoid

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.