]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sun, 7 Oct 2012 15:39:30 +0000 (08:39 -0700)
commit57bbde3fc3220a82f7fb1cf0326f08b59cb3cbbe
treee216629b23704950166a9bc99f57136fcf4b585d
parent7135bbef51bf1c2624c6e87952b3d1b99a9bd0ed
USB: EHCI: convert warning messages to debug-level

commit d16ba48774913d244c7eb894d28d8ae2c019a827 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-timer.c