lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1355871705-19720-1-git-send-email-sboyd@codeaurora.org> Date: Tue, 18 Dec 2012 15:01:45 -0800 From: Stephen Boyd <sboyd@...eaurora.org> To: Bob Liu <lliubbo@...il.com> Cc: linux-kernel@...r.kernel.org, uclinux-dist-devel@...ckfin.uclinux.org, linux-arm-msm@...r.kernel.org, Steven Miao <realmz6@...il.com>, trivial@...nel.org Subject: [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment It seems that this assignment is done twice in a row. Remove the duplicate assignment. Signed-off-by: Stephen Boyd <sboyd@...eaurora.org> Cc: Steven Miao <realmz6@...il.com> Cc: trivial@...nel.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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists