USB: xhci: Remove obsolete debugging printk.
When code to manipulate the command register was refactored from xhci_run() to xhci_start(), a debugging statement was left behind that no longer applies. Remove that statement. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Reported-by: Sergei Shtylyov <sshtylyov@mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9196cc7bb4
commit
202380d913
|
@ -495,7 +495,6 @@ int xhci_run(struct usb_hcd *hcd)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
xhci_dbg(xhci, "// @%p = 0x%x\n", &xhci->op_regs->command, temp);
|
|
||||||
if (doorbell)
|
if (doorbell)
|
||||||
(*doorbell)(xhci);
|
(*doorbell)(xhci);
|
||||||
if (xhci->quirks & XHCI_NEC_HOST)
|
if (xhci->quirks & XHCI_NEC_HOST)
|
||||||
|
|
Loading…
Reference in New Issue