[PATCH] usb: remove redundant D0 power state set

2014-04-28 Thread Yijing Wang
Pci_enable_device() will set device power state to D0, so it's no need to do it again after call pci_enable_device(). Signed-off-by: Yijing Wang wangyij...@huawei.com --- drivers/usb/core/hcd-pci.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] usb: remove redundant D0 power state set

2014-04-28 Thread Alan Stern
On Mon, 28 Apr 2014, Yijing Wang wrote: Pci_enable_device() will set device power state to D0, so it's no need to do it again after call pci_enable_device(). Signed-off-by: Yijing Wang wangyij...@huawei.com --- drivers/usb/core/hcd-pci.c |1 - 1 files changed, 0 insertions(+), 1