MFC: r207533 (partial)

Remove redundant checking of sc_leaving (uart_intr() already handles this).
This commit is contained in:
Marius Strobl 2010-05-10 20:15:39 +00:00
parent fe353091cd
commit 7b2587b9ea

View File

@ -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