]> git.baikalelectronics.ru Git - kernel.git/commit
xhci:prevent "callbacks suppressed" when debug is not enabled
authorDmitry Kasatkin <d.kasatkin@samsung.com>
Tue, 27 Aug 2013 14:47:35 +0000 (17:47 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 27 Aug 2013 15:56:31 +0000 (08:56 -0700)
commit48dbd205b99fa687eded5fa155c713a7475037e4
tree979f7565e78c3afbefdfcebea40a8aab354673c6
parentbe658587198bc5fa5995126230fc0167f575245c
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 <d.kasatkin@samsung.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c