USB: EHCI: convert warning messages to debug-level
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 19 Sep 2012 21:02:29 +0000 (17:02 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 16:37:53 +0000 (09:37 -0700)
commitd16ba48774913d244c7eb894d28d8ae2c019a827
treedabcfac2e0901ac71d0327cbebe83162d2f18375
parent17dcfc9bd3dfb699e00205ec9d431b5a5cb00b34
USB: EHCI: convert warning messages to debug-level

This patch (as1606) converts two warning messages in the ehci-hcd
driver to debug messages, and adds a little extra information to each.

The log messages occur when an EHCI controller takes too long (more
than 20 ms) to turn its async or periodic schedule on or off.  If this
happens at all, it's liable to happen quite often and there's no point
spamming the system log with these warnings.  Furthermore, there's
nothing much we can do about it when the problem happens.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-and-tested-by: Thomas Voegtle <tv@lio96.de>
Cc: stable <stable@vger.kernel.org> # [3.6]
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-timer.c