Re: [PATCH V2] media: s3c-camif: fix missing disable in tegra_adma_probe().

From: Sylwester Nawrocki
Date: Sun May 24 2020 - 15:27:26 EST


On 5/24/20 21:03, Sylwester Nawrocki wrote:
On 5/24/20 05:46, wu000273@xxxxxxx wrote:
From: Qiushi Wu <wu000273@xxxxxxx>

"pm_runtime_enable()" was not handled by "pm_runtime_disable()"
after a call of the function âpm_runtime_get_sync()â failed.
Thus move the jump target âerr_pmâ before calling function
"calling pm_runtime_disable()".

Fixes: babde1c243b2 ("[media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface")
Signed-off-by: Qiushi Wu <wu000273@xxxxxxx>
---

V2: improving commit messages.

Thanks for the patch. It seems you have got typo in the subject line.
With tegra_adma_probe changed to s3c_camif_probe feel free to add:

Reviewed-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>

I just noticed this patch https://patchwork.linuxtv.org/patch/63976
which includes your fix and handles one more issue. Thus it might be
better to apply the patch from Dinghao Liu instead.