Re: [PATCH] Enable console on PCI serial devices

From: n0ano
Date: Thu Oct 16 2008 - 14:26:25 EST


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.

--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@xxxxxxxxx
Ph: 303/443-3786
--
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/