From: Matthijs Kooijman Date: Wed, 10 Apr 2013 07:55:50 +0000 (+0200) Subject: staging: dwc2: toggle periodic debugging output separately X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49977a60dff529c1242f2d427774ea55885bc0b;p=pandora-kernel.git staging: dwc2: toggle periodic debugging output separately This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging output be suppressed for periodic transfers. This helps when debugging non-periodic transfers while there are also periodic transfers going on (both to make the debug output less polluted and to prevent all CPU time going to debug messages). In addition, a debug message from dwc2_hcd_is_status_changed is removed entirely, since it often floods the log regardless of periodic transfers. Signed-off-by: Matthijs Kooijman Cc: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed