Hi Xenia! This patchset looks great, aside from the subject line of your cover letter. It probably should have been "[RFC v2 0/3] xhci: remove USB_XHCI_HCD_DEBUGGING config option" instead of "[RFC v2 0/3] changes from v1". Don't worry about resending the patchset though. :) The patches look good! I'll apply them, and play around with dynamic debugging on my xHCI host. If they work fine, I will add them to my usb-next queue. However, because of the upcoming merge window, these patches won't get queued to Greg's usb-next tree for another 2-3 weeks. They'll be queued for the 3.12 kernel at that point. Sarah Sharp On Tue, Jul 02, 2013 at 05:49:24PM +0300, Xenia Ragiadakou wrote: > This patchset comes as the version 2 of the following patch: > [RFC] xhci: remove USB_XHCI_HCD_DEBUGGING config option > > Changes from version 1: > > Before removing the USB_XHCI_HCD_DEBUGGING config option > and the unused code related to it, this patchset first > replaces all instances of xhci_info() and printk(KERN_DEBUG ...) > with xhci_dbg() or pr_debug(), depending on the context. > > Xenia Ragiadakou (3): > xhci: replace xhci_info() with xhci_dbg() > xhci: replace printk(KERN_DEBUG ...) > xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code > > drivers/usb/host/Kconfig | 9 ----- > drivers/usb/host/xhci-mem.c | 70 --------------------------------- > drivers/usb/host/xhci.c | 94 +++++---------------------------------------- > drivers/usb/host/xhci.h | 15 +------- > 4 files changed, 10 insertions(+), 178 deletions(-) > > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html