]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ehci: remove debugging statement with ehci statistics in ehci_stop()
authorXenia Ragiadakou <burzalodowa@gmail.com>
Thu, 29 Aug 2013 08:45:11 +0000 (11:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Aug 2013 19:02:08 +0000 (12:02 -0700)
commiteb5ea7300d48c52b028966a6e59f9244faa930d0
treef99f2b75526eea1b65be7b1725de5e883eb880ab
parent15532f4761bb50a1ea55f0ab16fa9c4126aa73ca
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>
drivers/usb/host/ehci-hcd.c