On Wed, Oct 22, 2014 at 10:18 AM, Peter Chen <peter.chen@xxxxxxxxxxxxx> wrote: > +static const struct dev_pm_ops ci_pm_ops = { > + SET_SYSTEM_SLEEP_PM_OPS(ci_suspend, ci_resume) > +}; You could replace this with a single line: static SIMPLE_DEV_PM_OPS(ci_pm_ops, ci_suspend, ci_resume); -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html