[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 Signed-off-by: Yijing Wang Cc: Paul Zimmerman Cc: linux-...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/dwc2/pci.c |2 -- 1 files ch

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 > --- > drivers/staging/dwc2/pci.c |2 -- > 1 files ch

[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 --- drivers/staging/dwc2/pci.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dwc2/pci.c b/drivers/staging/dwc2/pci.