]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: remove redundant D0 power state set
authorYijing Wang <wangyijing@huawei.com>
Thu, 30 May 2013 10:19:40 +0000 (18:19 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 31 May 2013 21:21:45 +0000 (00:21 +0300)
commitf418b2a6eb370169c1b7c28564187e1720ac2d19
tree0fd44404404ff9cd86f44575fb2ada95fe697c34
parent2a0c1ba59ba4bd471a1247c3c5691e46c0c546e7
usb: dwc3: remove redundant D0 power state set

Pci_enable_device() will set device power state to D0,
so it's no need to do it again in dwc3_pci_probe().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-pci.c