23.03.2020 14:05, Thierry Reding пишет: ... >>> +static const struct dev_pm_ops tegra210_emc_pm_ops = { >>> + SET_SYSTEM_SLEEP_PM_OPS(tegra210_emc_suspend, tegra210_emc_resume) >>> +}; >> What about to use the default suspend/resume level? > > I don't understand. This is already the default suspend/resume level, > isn't it? Please use SIMPLE_DEV_PM_OPS, for clarity.