Re: [PATCH v6 2/2] iio: light: Add support for ltrf216a sensor

From: Dmitry Osipenko
Date: Wed Jul 06 2022 - 16:59:12 EST


On 6/15/22 16:51, Shreeya Patel wrote:
> +static DEFINE_SIMPLE_DEV_PM_OPS(ltrf216a_pm_ops, ltrf216a_runtime_suspend,
> + ltrf216a_runtime_resume);

static DEFINE_RUNTIME_DEV_PM_OPS(ltrf216a_pm_ops, ltrf216a_runtime_suspend,
ltrf216a_runtime_resume, NULL);

--
Best regards,
Dmitry