Re: [PATCH v3 71/79] media: s3c-camif: use pm_runtime_resume_and_get()

From: Sylwester Nawrocki
Date: Tue Apr 27 2021 - 06:59:49 EST


On 27.04.2021 12:27, Mauro Carvalho Chehab wrote:
Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter")
added pm_runtime_resume_and_get() in order to automatically handle
dev->power.usage_count decrement on errors.

Use the new API, in order to cleanup the error check logic.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>

Reviewed-by: Sylwester Nawrocki <snawrocki@xxxxxxxxxx>