Re: [PATCH] Enable console on PCI serial devices

From: Yinghai Lu
Date: Thu Oct 16 2008 - 14:30:28 EST


On Thu, Oct 16, 2008 at 11:25 AM, <n0ano@xxxxxxxxx> wrote:
> On Thu, Oct 16, 2008 at 11:19:28AM -0700, Yinghai Lu wrote:
>>...
>> if ((p->early && strcmp(param, p->str) == 0) ||
>> (strcmp(param, "console") == 0 &&
>> strcmp(p->str, "earlycon") == 0)
>>...
>> we need that holder in console sections to compare with console and earlycon.
>>
>
> I have no problem with keeping the code associated with early
> prints, as you say we need that holder. I'm saying the `console'
> parameter serves this purpose, we only need to remove the `earlycon'
> portion of that if statement.

but if someone don't need the switch from early console to normal console...

YH
--
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/