The lcr variable in ns8250_probe is now unused. Remove it.

Missed by:	benno
This commit is contained in:
benno 2006-05-23 06:04:45 +00:00
parent d8754ee1e5
commit fa8247e2ed

View File

@ -232,7 +232,7 @@ struct uart_ops uart_ns8250_ops = {
static int
ns8250_probe(struct uart_bas *bas)
{
u_char lcr, val;
u_char val;
/* Check known 0 bits that don't depend on DLAB. */
val = uart_getreg(bas, REG_IIR);