From: Kuninori Morimoto Date: Tue, 6 Nov 2012 08:11:32 +0000 (-0800) Subject: usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~59^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e4c1c30da3926db547aab4ec873afdc60bd3ee;p=pandora-kernel.git usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data() Because usbhsh_hub_status_data() will be called many times, there are too many obstructive/useless debug informations if driver has #define DEBUG. Thus, other important dev_dbg() information will hide. This patch removed obstructive/useless dev_dbg(). Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed