On Wed, Oct 22, 2014 at 10:26:16AM -0200, Fabio Estevam wrote:
> On Wed, Oct 22, 2014 at 10:18 AM, Peter Chen <[email protected]> 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);

Since I plan to add runtime pm soon, don't want to change again at that time.

-- 
Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to