Re: [PATCH] i2c: busses: i2c-qcom-geni: Use resume and get pm runtime interface

From: Mukesh Savaliya

Date: Thu Aug 27 2026 - 06:25:44 EST




On 8/26/2026 10:49 PM, Alex Tran wrote:
Utilize the provided pm_runtime_resume_and_get api
to increase the usage count and call the rpm resume
callback. Upon failure, the function takes care of
calling pm_runtime_put_noidle. Remove the explicit
call to put no idle.


No functional change added.

Signed-off-by: Alex Tran <alex.tran@xxxxxxxxxxxxxxxx>
---

Reviewed-by: Mukesh Kumar Savaliya <mukesh.savaliya@xxxxxxxxxxxxxxxx>