]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: reorganize ehci_iaa_watchdog()
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 18 Mar 2013 16:05:19 +0000 (12:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:05:58 +0000 (16:05 -0700)
commit63d3fa2cc13f04102890974468f263bc408b5ea8
treea5120dcc45b07e5d17a650c99053140e7f8c393a
parentc4851ba91125a25416df9cc5acf711dfb5969a8c
USB: EHCI: reorganize ehci_iaa_watchdog()

This patch (as1635) rearranges the control-flow logic in
ehci_iaa_watchdog() slightly to agree better with the comments.  It
also changes a verbose-debug message to a regular debug message.
Expiration of the IAA watchdog is an unusual event and can lead to
problems; we need to know about it if it happens during debugging.  It
should not be necessary to set a "verbose" compilation option.

No behavioral changes other than the debug message.  Lots of apparent
changes to the source text, though, because the indentation level was
decreased.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-timer.c