Re: [PATCH] iio: pressure: bmp280: return on runtime PM resume failure
From: Yash Suthar
Date: Tue Jun 16 2026 - 07:28:27 EST
Thanks for the review.
> No, here must be a blank line. And so on...
> Also possible
>
> ret = data->chip_info->set_mode(data, BMP280_NORMAL);
> if (ret)
> pm_runtime_put_autosuspend(data->dev);
>
> return ret;
Agreed, will ship in v2.
> Why this change?
Fair, there is nothing to propagate, will drop that change in v2.
The intent is to use pm_runtime_resume_and_get() instead of
pm_runtime_get_sync().
Sincerly,
Yash Suthar