Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f656c240 authored by Stephen Boyd's avatar Stephen Boyd Committed by Bob Liu
Browse files

blackfin: time-ts: Remove duplicate assignment



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

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Cc: Steven Miao <realmz6@gmail.com>
Cc: trivial@kernel.org
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 36c47239
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -329,12 +329,6 @@ void bfin_coretmr_clockevent_init(void)
	evt->broadcast = smp_timer_broadcast;
	evt->broadcast = smp_timer_broadcast;
#endif
#endif



#ifdef CONFIG_SMP
	evt->broadcast = smp_timer_broadcast;
#endif


	evt->name = "bfin_core_timer";
	evt->name = "bfin_core_timer";
	evt->rating = 350;
	evt->rating = 350;
	evt->irq = -1;
	evt->irq = -1;