Re: [PATCH v4] iio: cros_ec: Convert to DEFINE_SIMPLE_DEV_PM_OPS()

From: Jonathan Cameron

Date: Sat Aug 29 2026 - 22:43:55 EST


On Fri, 28 Aug 2026 05:36:00 +0000
Tzung-Bi Shih <tzungbi@xxxxxxxxxx> wrote:

> On Fri, Aug 28, 2026 at 09:13:49AM +0700, Triet Hoang wrote:
> > Convert deprecated SIMPLE_DEV_PM_OPS() to DEFINE_SIMPLE_DEV_PM_OPS()
> > and pm_sleep_ptr(). Also replace SIMPLE_DEV_PM_OPS() + EXPORT_SYMBOL_GPL()
> > with EXPORT_GPL_SIMPLE_DEV_PM_OPS().
> >
> > This allows us to drop the __maybe_unused annotations from the resume callback.
> > This is a straightforward cleanup with no functional change intended.
> >
> > Signed-off-by: Triet Hoang <triet.hoang.dev@xxxxxxxxx>
>
> Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>

Applied.

Thanks

Jonathan