Re: [PATCH] usb: host: xhci: fix compilation error for non-PCI based stacks

2012-09-06 Thread Felipe Balbi
Hi, On Wed, Sep 05, 2012 at 12:31:50PM -0700, Sarah Sharp wrote: On Wed, Sep 05, 2012 at 08:34:26AM +0300, Felipe Balbi wrote: From: Moiz Sonasath m-sonas...@ti.com For non PCI-based stacks, this function call usb_disable_xhci_ports(to_pci_dev(hcd-self.controller)); made from

Re: [PATCH] usb: host: xhci: fix compilation error for non-PCI based stacks

2012-09-05 Thread Sarah Sharp
On Wed, Sep 05, 2012 at 08:34:26AM +0300, Felipe Balbi wrote: From: Moiz Sonasath m-sonas...@ti.com For non PCI-based stacks, this function call usb_disable_xhci_ports(to_pci_dev(hcd-self.controller)); made from xhci_shutdown is not applicable. Ideally, we wouldn't have any PCI-specific