On Tue, Apr 22, 2025 at 03:17:08PM +0000, Hardik Gohil wrote:
From: Chuhong Yuan hslester96@gmail.com
The driver forgets to call pm_runtime_disable and pm_runtime_put_sync in probe failure and remove. Add the calls and modify probe failure handling to fix it.
To simplify the fix, the patch adjusts the calling order and merges checks for devm_kcalloc.
Fixes: 2b6b3b742019 ("ARM/dmaengine: edma: Merge the two drivers under drivers/dma/") Signed-off-by: Chuhong Yuan hslester96@gmail.com Acked-by: Peter Ujfalusi peter.ujfalusi@ti.com Link: https://lore.kernel.org/r/20191124052855.6472-1-hslester96@gmail.com Signed-off-by: Vinod Koul vkoul@kernel.org
Why did you not sign off on this?
And where is patch 1/3?
Please take a pause, and redo this after testing that you have it correct locally, before sending it out again.
Also, properly version your patch series.
thanks,
greg k-h