> > On Wed, May 28, 2014 at 04:43:45PM +0200, Paul Bolle wrote: > > On Mon, 2014-04-28 at 06:16 -0700, Greg KH wrote: > > > On Mon, Apr 28, 2014 at 02:12:38PM +0800, Peter Chen wrote: > > > > Since we have already removed the usage of CONFIG_USB_DEBUG, it is > > > > meaningless that there is still a configuration entry for > CONFIG_USB_DEBUG. > > > > > > We finally did it? Nice, I didn't realize that last bits were now > > > gone, thanks for reminding me with this patch. > > > > This patch has just landed in linux-next (in next-20140528). > > > > In both v3.15-rc7 and next-20140528 I still see: > > drivers/media/rc/redrat3.c:64:#ifdef CONFIG_USB_DEBUG > > drivers/media/rc/streamzap.c:45:#ifdef CONFIG_USB_DEBUG > > drivers/net/wireless/orinoco/orinoco_usb.c:103:#ifdef > CONFIG_USB_DEBUG > > drivers/staging/media/lirc/lirc_igorplugusb.c:64:#ifdef > CONFIG_USB_DEBUG > > drivers/staging/usbip/userspace/README:198: - If possible, > compile your kernel with CONFIG_USB_DEBUG flag and try again. > > > > Are patches to remove or replace these references to CONFIG_USB_DEBUG > > queued somewhere? > > I will queue up some patches. As they are all overridden by module > options, it's not a big deal if the config optio is gone. > Oh, sorry. I forget to grep all kernel source, I only did it for usb folder, it was incomplete. Greg, I see your patch set for some cleanup today, there are still other places to reference CONFIG_USB_DEBUG below (For Linux-next 20140528), I will do a patch for cleanup today. arch/arm/configs/neponset_defconfig:71:CONFIG_USB_DEBUG=y arch/arm/configs/omap1_defconfig:200:CONFIG_USB_DEBUG=y arch/arm/configs/omap2plus_defconfig:227:CONFIG_USB_DEBUG=y arch/arm/configs/ep93xx_defconfig:83:CONFIG_USB_DEBUG=y arch/arm/configs/raumfeld_defconfig:125:CONFIG_USB_DEBUG=y arch/arm/configs/badge4_defconfig:76:CONFIG_USB_DEBUG=y arch/arm/configs/colibri_pxa300_defconfig:50:CONFIG_USB_DEBUG=y arch/arm/configs/keystone_defconfig:142:CONFIG_USB_DEBUG=y arch/arm/configs/footbridge_defconfig:103:CONFIG_USB_DEBUG=y arch/arm/configs/tct_hammer_defconfig:50:CONFIG_USB_DEBUG=y arch/parisc/configs/c3000_defconfig:130:CONFIG_USB_DEBUG=y arch/parisc/configs/generic-64bit_defconfig:222:CONFIG_USB_DEBUG=y arch/powerpc/configs/44x/currituck_defconfig:74:CONFIG_USB_DEBUG=y arch/powerpc/configs/ppc6xx_defconfig:967:CONFIG_USB_DEBUG=y arch/sh/configs/sdk7780_defconfig:103:CONFIG_USB_DEBUG=y arch/sh/configs/rsk7264_defconfig:63:CONFIG_USB_DEBUG=y arch/sh/configs/rsk7269_defconfig:46:CONFIG_USB_DEBUG=y arch/sh/configs/se7343_defconfig:95:CONFIG_USB_DEBUG=y arch/sh/configs/apsh4ad0a_defconfig:96:CONFIG_USB_DEBUG=y arch/x86/configs/x86_64_defconfig:242:CONFIG_USB_DEBUG=y arch/x86/configs/i386_defconfig:247:CONFIG_USB_DEBUG=y drivers/staging/usbip/userspace/README:198: - If possible, compile your kernel with CONFIG_USB_DEBUG flag and try again. Peter -- 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