From: Matthijs Kooijman Date: Fri, 30 Aug 2013 16:45:17 +0000 (+0200) Subject: staging: dwc2: simplify debug output in dwc_hc_init X-Git-Tag: v3.12-rc1~183^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57bb8aeda06af912f92f10a18a446c1e1e000fc1;p=pandora-kernel.git staging: dwc2: simplify debug output in dwc_hc_init The value of the hcchar register is built from individual values by shifting and masking. Before, the debug output extracted the individual values out of the complete hcchar register again by doing the reverse. This commit makes the debug output use the original values instead. One debug message got removed, since it would always print a fixed value of zero. Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed