Re: [PATCH v5 08/14] dmaengine: tegra-apb: Fix coding style problems

From: Dmitry Osipenko
Date: Wed Jan 29 2020 - 09:31:13 EST


29.01.2020 14:03, Jon Hunter ÐÐÑÐÑ:
> On 23/01/2020 23:03, Dmitry Osipenko wrote:
>> ahb_seq = TEGRA_APBDMA_AHBSEQ_INTR_ENB;
>> @@ -1269,7 +1284,6 @@ static int tegra_dma_alloc_chan_resources(struct dma_chan *dc)
>> int ret;
>>
>> dma_cookie_init(&tdc->dma_chan);
>> - tdc->config_init = false;
>
> Please put this in a separate patch. It is easily overlooked in this big
> change.

Somehow I missed context of yours reply to the v4 of this patch and was
thinking that you were talking about the "unsigned int".. sorry :)

I'll factor out this change into a separate patch in v6.