The lcr variable in ns8250_probe is now unused. Remove it.
Missed by: benno
This commit is contained in:
parent
d8754ee1e5
commit
fa8247e2ed
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user