Re: [RFC PATCH v6 6/9] media: tegra: Add Tegra210 Video input driver
From: Dmitry Osipenko
Date: Tue Apr 07 2020 - 15:39:08 EST
04.04.2020 04:25, Sowjanya Komatineni ÐÐÑÐÑ:
...
> +static const struct dev_pm_ops tegra_vi_pm_ops = {
> + SET_RUNTIME_PM_OPS(vi_runtime_suspend, vi_runtime_resume, NULL)
> +};
Aren't the suspend/resume ops needed?