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