+-static const struct dev_pm_ops rtlwifi_pm_ops = { +- .suspend = rtl_pci_suspend, +- .resume = rtl_pci_resume, +- .freeze = rtl_pci_suspend, +- .thaw = rtl_pci_resume, +- .poweroff = rtl_pci_suspend, +- .restore = rtl_pci_resume, +-};
So it often happens that eg all of suspend, freeze, and poweroff have the same value?
julia -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html