Re: [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment

From: Bob Liu
Date: Thu Dec 20 2012 - 05:05:36 EST


On Wed, Dec 19, 2012 at 7:01 AM, Stephen Boyd <sboyd@xxxxxxxxxxxxxx> wrote:
> It seems that this assignment is done twice in a row. Remove the
> duplicate assignment.
>

That's right.
Will be applied, thanks.

> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
> Cc: Steven Miao <realmz6@xxxxxxxxx>
> Cc: trivial@xxxxxxxxxx
> ---
>
> 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
>

--
Regards,
--Bob
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/