Re: [PATCH v3] iio: cros_ec: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Tzung-Bi Shih <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,dev.linux.lists.chrome-platform,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 25, 2026 at 04:35:24PM +0700, Triet Hoang wrote: > Convert deprecated SIMPLE_DEV_PM_OPS() to DEFINE_SIMPLE_DEV_PM_OPS() > and pm_sleep_ptr(). My comments from v2 haven't been addressed here. > > This lets us drop the __maybe_unused annotations from the resume callback. > This is a straightforward cleanup with no functional change intended. > > Signed-off-by: Triet Hoang <[email protected]> > Reviewed-by: Tzung-Bi Shih <[email protected]> > Reviewed-by: Jonathan Cameron <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> Neither Jonathan nor Andy have provided their Reviewed-by tags yet. You can't include them unless they explicitly provide them on the mailing list. My Reviewed-by tag from v2 was conditional on my comments being addressed. Please drop it for now until they are resolved.