From: Dmitry Kasatkin Date: Tue, 27 Aug 2013 14:47:35 +0000 (+0300) Subject: xhci:prevent "callbacks suppressed" when debug is not enabled X-Git-Tag: v3.12-rc1~186^2~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0730d52a86919300a39a2be37f6c140997dfb82f;p=pandora-kernel.git xhci:prevent "callbacks suppressed" when debug is not enabled When debug is not enabled and dev_dbg() will expand to nothing, log might be flooded with "callbacks suppressed". If it was not done on purpose, better to use dev_dbg_ratelimited() instead. Signed-off-by: Dmitry Kasatkin Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed