MFC: r207533 (partial)
Remove redundant checking of sc_leaving (uart_intr() already handles this).
This commit is contained in:
parent
fe353091cd
commit
7b2587b9ea
@ -604,7 +604,7 @@ ns8250_bus_ipend(struct uart_softc *sc)
|
||||
if (ipend == 0)
|
||||
ns8250_clrint(bas);
|
||||
uart_unlock(sc->sc_hwmtx);
|
||||
return ((sc->sc_leaving) ? 0 : ipend);
|
||||
return (ipend);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user