Re: [PATCH] i2c: qcom-geni: Simplify PM resume error handling
From: Andi Shyti
Date: Thu Sep 10 2026 - 16:57:01 EST
Hi Mukesh,
On Wed, Aug 05, 2026 at 12:30:13PM +0530, Mukesh Kumar Savaliya wrote:
> The driver currently logs pm_runtime_resume_and_get() failures with
> dev_err() and returns the error code separately.
>
> Replace this with dev_err_probe(), which combines the dev_err() log
> message and the return value propagation into a single call, consistent
> with how all other error paths in this driver already report failures.
>
> No functional change intended.
>
> Signed-off-by: Mukesh Kumar Savaliya <mukesh.savaliya@xxxxxxxxxxxxxxxx>
merged to i2c/i2c.
Thanks,
Andi