Re: [PATCH] serial: imx: Fix handling of TC irq in combination with DMA

From: Schrempf Frieder
Date: Tue Jun 09 2020 - 03:19:26 EST


On 08.06.20 17:57, Fabio Estevam wrote:
> On Mon, Jun 8, 2020 at 12:51 PM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>>
>> On Mon, Jun 8, 2020 at 12:12 PM Schrempf Frieder
>> <frieder.schrempf@xxxxxxxxxx> wrote:
>>
>>> if (port->rs485.flags & SER_RS485_ENABLED) {
>>> temp = readl(port->membase + UCR2);
>>> +
>>
>> This looks like an unrelated change.
>
> Ah, ok, just realized this is a backport. In this case, it is fine then.

Yes, but this additional blank line is not even upstream. I think I have
added it accidentally when doing the backport. So it's probably right to
drop it. I'll send a v2. Thanks!