Re: [PATCH v5 1/1] iio: dac: Remove redundant pm_runtime_mark_last_busy() calls

From: Jonathan Cameron
Date: Sat Aug 30 2025 - 15:51:22 EST


On Thu, 28 Aug 2025 17:43:19 +0300
Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote:

> On Thu, Aug 28, 2025 at 5:06 PM Sakari Ailus
> <sakari.ailus@xxxxxxxxxxxxxxx> wrote:
> >
> > pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
> > pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
> > to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
>
> redundant
Fixed up that whilst applying.

Thanks,

Jonathan

>
> > pm_runtime_mark_last_busy().
> >
> > Also clean up error handling in stm32_dac_set_enable_state().
>
>
> Code looks good to me in this version
> Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
>