Re: [PATCH v3 1/2] timer_list: split timer_list_show_tickdevices()

From: Nathan Zimmer
Date: Wed Feb 27 2013 - 20:05:51 EST


On Wed, Feb 27, 2013 at 11:37:26AM -0800, Stephen Boyd wrote:
> On 02/26/13 15:33, Nathan Zimmer wrote:
> > @@ -246,12 +244,8 @@ static void timer_list_show_tickdevices(struct seq_file *m)
> > #endif
> > SEQ_printf(m, "\n");
> > #endif
> > - for_each_online_cpu(cpu)
> > - print_tickdevice(m, tick_get_device(cpu), cpu);
> > SEQ_printf(m, "\n");
> > }
>
> The duplicate newline is here again?
>
> > -#else
> > -static void timer_list_show_tickdevices(struct seq_file *m) { }
> > #endif
> >
> > static int timer_list_show(struct seq_file *m, void *v)
> >
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
>


I should have gotten this out quicker but I wanted to retest.