Re: [PATCH] 8250: Don't restore NS16550 mode when console suspendis disabled

From: Alan Cox
Date: Tue May 12 2009 - 20:18:55 EST


> Hmm. I already applied this, but then after looking closer, I undid that.
> Why? It looks buggy:

I'm a bit suprised that as tty and serial maintainer this is the first
time I see the patch.

> Isn't that second test wrong? Should it not be
>
> if ((up->capabilities & UART_NATSEMI) &&
> (console_suspend_enabled || !uart_console(&up->port)) {
>
> instead?

The patch seems totally bogus anyway. If the console was in a high speed
mode it should be resumed in a high speed mode. What are the actual
details here.

Surely if my console is at 230Kbits/sec then resuming it at a totally
different speed is going to break things for people even if it happens to
help XO debug ?
--
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/