[PATCH 5/7] dwc2: remove redundant D0 power state set

2013-06-02 Thread Yijing Wang
Pci_enable_device() will set device power state to D0, so it's no need to do it again in dwc2_driver_probe(). Acked-by: Paul Zimmerman pa...@synopsys.com Signed-off-by: Yijing Wang wangyij...@huawei.com Cc: Paul Zimmerman pa...@synopsys.com Cc: linux-usb@vger.kernel.org Cc:

[PATCH 5/7] dwc2: remove redundant D0 power state set

2013-05-30 Thread Yijing Wang
Pci_enable_device() will set device power state to D0, so it's no need to do it again in dwc2_driver_probe(). Signed-off-by: Yijing Wang wangyij...@huawei.com --- drivers/staging/dwc2/pci.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dwc2/pci.c

RE: [PATCH 5/7] dwc2: remove redundant D0 power state set

2013-05-30 Thread Paul Zimmerman
From: Yijing Wang [mailto:wangyij...@huawei.com] Sent: Thursday, May 30, 2013 3:24 AM Pci_enable_device() will set device power state to D0, so it's no need to do it again in dwc2_driver_probe(). Signed-off-by: Yijing Wang wangyij...@huawei.com --- drivers/staging/dwc2/pci.c |2 --