Re: [PATCH V2] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()

From: Vinod Koul
Date: Wed Jul 14 2021 - 01:11:44 EST


On 06-07-21, 20:45, Yu Kuai wrote:
> pm_runtime_get_sync will increment pm usage counter even it failed.
> Forgetting to putting operation will result in reference leak here.
> Fix it by moving the error_pm label above the pm_runtime_put() in
> the error path.

Applied, thanks

--
~Vinod