Hello. On 12/28/2015 01:36 PM, Jia-Ju Bai wrote:
Signed-off-by: Jia-Ju Bai <baijiaju1990@xxxxxxx> --- drivers/usb/host/ehci-hcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 48c92bf..c02ec42 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -422,6 +422,7 @@ static void ehci_work (struct ehci_hcd *ehci) static void ehci_stop (struct usb_hcd *hcd) { struct ehci_hcd *ehci = hcd_to_ehci (hcd); + struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
Please indent '*pdev' with tabs, not spaces. [...] MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html