diff options
| author | Xenia Ragiadakou <burzalodowa@gmail.com> | 2013-08-29 04:45:11 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-30 15:02:08 -0400 |
| commit | eb5ea7300d48c52b028966a6e59f9244faa930d0 (patch) | |
| tree | f99f2b75526eea1b65be7b1725de5e883eb880ab | |
| parent | 15532f4761bb50a1ea55f0ab16fa9c4126aa73ca (diff) | |
ehci: remove debugging statement with ehci statistics in ehci_stop()
This patch removes the ehci statictics information output in ehci_stop()
because they do not provide interesting info. At any case, the current
statistics can be viewed by reading the 'registers' file in debugfs.
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/usb/host/ehci-hcd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 103d0767b673..5d6022f30ebe 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
| @@ -440,14 +440,6 @@ static void ehci_stop (struct usb_hcd *hcd) | |||
| 440 | if (ehci->amd_pll_fix == 1) | 440 | if (ehci->amd_pll_fix == 1) |
| 441 | usb_amd_dev_put(); | 441 | usb_amd_dev_put(); |
| 442 | 442 | ||
| 443 | #ifdef EHCI_STATS | ||
| 444 | ehci_dbg(ehci, "irq normal %ld err %ld iaa %ld (lost %ld)\n", | ||
| 445 | ehci->stats.normal, ehci->stats.error, ehci->stats.iaa, | ||
| 446 | ehci->stats.lost_iaa); | ||
| 447 | ehci_dbg (ehci, "complete %ld unlink %ld\n", | ||
| 448 | ehci->stats.complete, ehci->stats.unlink); | ||
| 449 | #endif | ||
| 450 | |||
| 451 | dbg_status (ehci, "ehci_stop completed", | 443 | dbg_status (ehci, "ehci_stop completed", |
| 452 | ehci_readl(ehci, &ehci->regs->status)); | 444 | ehci_readl(ehci, &ehci->regs->status)); |
| 453 | } | 445 | } |
