提交 f656c240 编写于 作者: S Stephen Boyd 提交者: Bob Liu

blackfin: time-ts: Remove duplicate assignment

It seems that this assignment is done twice in a row. Remove the
duplicate assignment.
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
Cc: Steven Miao <realmz6@gmail.com>
Cc: trivial@kernel.org
Signed-off-by: NBob Liu <lliubbo@gmail.com>
上级 36c47239
...@@ -329,12 +329,6 @@ void bfin_coretmr_clockevent_init(void) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册