X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fohci-pxa27x.c;h=156d289d3bb51112b6aad220291101ceafe5e4ff;hb=cfa49b4b88fe14d2b5792f2ea7ba5b88c8cd1d15;hp=2bf11440b010443290f2cbd6795cf22ddf561b0d;hpb=d4ae47dc5670efecd2214110caf33dfc0ff7191f;p=karo-tx-linux.git diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 2bf11440b010..156d289d3bb5 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c @@ -591,7 +591,7 @@ static int ohci_hcd_pxa27x_drv_resume(struct device *dev) /* Select Power Management Mode */ pxa27x_ohci_select_pmm(ohci, inf->port_mode); - ohci_finish_controller_resume(hcd); + ohci_resume(hcd, false); return 0; }