>               if (!up->dma || dma_err)
>                       status = serial8250_rx_chars(up, status);
> +
> +             if (dma_err && port->type == PORT_OMAP_16750)
> +                     serial8250_rx_dma(up, 0);

Can we stick to a 'has dma' flag and port->rx_dma() type usages so that
we don't have to rewrite it again to add them the next slightly odd DMA
user we add 8)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" 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