Re: [PATCH v2 1/8] watchdog: cadence_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()

From: Tzung-Bi Shih

Date: Tue Sep 15 2026 - 23:29:34 EST


On Mon, Sep 14, 2026 at 03:54:44PM +0700, Triet Hoang wrote:
> Convert deprecated SIMPLE_DEV_PM_OPS() to DEFINE_SIMPLE_DEV_PM_OPS()
> and pm_ptr().
>
> This lets us drop the __maybe_unused annotations from the resume callback.
^^^^^^^^^^^^^^^

Not only for resume(); maybe just "PM callbacks"? This suggestion applies
to all patches in the series.