On Mon, Jan 30, 2017 at 06:44:17PM -0500, Christopher Covington wrote:
>  {
>       struct uart_amba_port *uap =
>           container_of(port, struct uart_amba_port, port);
> -     unsigned int status = pl011_read(uap, REG_FR);
> +     unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr;
>       return status & (uap->vendor->fr_busy | UART01x_FR_TXFF) ?
>                                                       0 : TIOCSER_TEMT;
>  }

I'd much prefer the reg & mask == val approach, but the above makes that
difficult.

So for the PL011 changes:

Acked-by: Russell King <rmk+ker...@armlinux.org.uk>

Thanks.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to