Re: [PATCH v2 3/4] usb: chipidea: add system power management support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux