Re: [PATCH] dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-05-13 11:37:46
Also in:
kernel-janitors, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-05-13 11:37:46
Also in:
kernel-janitors, lkml
On 01-05-20, 12:08, Christophe JAILLET wrote:
There is no need to explicitly free memory that have been 'devm_kzalloc'ed. Simplify the probe function accordingly.
Applied, thanks -- ~Vinod