From: Alan Stern Date: Mon, 18 Mar 2013 16:05:19 +0000 (-0400) Subject: USB: EHCI: reorganize ehci_iaa_watchdog() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60fd4aa742a0c4f01dafeb0d125fed54e91e3657;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed