On Thu, Aug 15, 2013 at 05:17:16PM -0700, Greg KH wrote: > On Thu, Aug 15, 2013 at 07:04:55PM +0300, Dmitry Kasatkin wrote: > > 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 <[email protected]> > > --- > > drivers/usb/host/xhci-ring.c | 6 ++---- > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > Sarah, does this patch conflict with the trace debug patches being > worked on? I'll hold off on applying it for now, let me know if it's ok > or not.
It doesn't conflict with the trace debug patches, because those only effect debugging with xhci_dbg with the host device, not dev_dbg with the USB device. This should apply fine to usb-next. Sarah Sharp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

