On Fri, Jul 03, 2015 at 04:07:34PM +0200, Petr Mladek wrote:
> > @@ -2561,9 +2591,11 @@ void register_console(struct console *newcon)
> >             console_drivers->next = newcon;
> >     }
> >  
> > -   if (newcon->flags & CON_EXTENDED)
> > -           if (!nr_ext_console_drivers++)
> > +   if (newcon->flags & CON_EXTENDED) {
> > +           if (!nr_ext_console_drivers)
> >                     pr_info("printk: continuation disabled due to ext 
> > consoles, expect more fragments in /dev/kmsg\n");
> 
> I would move the check and the message into
> inc_nr_ext_console_drivers() when CONFIG_PRINTK_CON_EXTENDED is
> defined. It does not make sense if we do not increment the counter.

It doesn't make any difference as it gets compiled out anyway but yeah
moving it into the inc function makes more sense.  Updating the patch.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-embedded" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to