Re: [PATCH 1/4] ehci: remove ehci_vdbg() verbose debugging statements

2013-08-29 Thread Alan Stern
On Thu, 29 Aug 2013, Xenia Ragiadakou wrote: > This patch removes ehci_vdbg debugging statements from EHCI host controller > driver because they produce too much information, lowering the signal to noise > ratio when debugging, and because they are not used anymore. > > Signed-off-by: Xenia Ragia

[PATCH 1/4] ehci: remove ehci_vdbg() verbose debugging statements

2013-08-29 Thread Xenia Ragiadakou
This patch removes ehci_vdbg debugging statements from EHCI host controller driver because they produce too much information, lowering the signal to noise ratio when debugging, and because they are not used anymore. Signed-off-by: Xenia Ragiadakou --- drivers/usb/host/ehci-hub.c | 6 - dr