[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200323062127.GF72691@vkoul-mobl>
Date: Mon, 23 Mar 2020 11:51:27 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: dan.j.williams@...el.com, peter.ujfalusi@...com,
grygorii.strashko@...com, dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH V2] dmaengine: ti: k3-udma-glue: Fix an error handling
path in 'k3_udma_glue_cfg_rx_flow()'
On 18-03-20, 20:12, Christophe JAILLET wrote:
> All but one error handling paths in the 'k3_udma_glue_cfg_rx_flow()'
> function 'goto err' and call 'k3_udma_glue_release_rx_flow()'.
>
> This not correct because this function has a 'channel->flows_ready--;' at
> the end, but 'flows_ready' has not been incremented here, when we branch to
> the error handling path.
>
> In order to keep a correct value in 'flows_ready', un-roll
> 'k3_udma_glue_release_rx_flow()', simplify it, add some labels and branch
> at the correct places when an error is detected.
>
> Doing so, we also NULLify 'flow->udma_rflow' in a path that was lacking it.
Applied, thanks
--
~Vinod
Powered by blists - more mailing lists