Re: [PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-05-28 Thread Greg KH
On Thu, May 29, 2014 at 03:06:36AM +, Peter Chen wrote: > > > > > 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 th

RE: [PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-05-28 Thread Peter Chen
> > 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 sti

Re: [PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-05-28 Thread Greg KH
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 configurat

Re: [PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-05-28 Thread Paul Bolle
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 did

Re: [PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-04-28 Thread Greg KH
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 remindi

[PATCH 1/1] usb: core: remove the Kconfig entry for USB_DEBUG

2014-04-28 Thread Peter Chen
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. Signed-off-by: Peter Chen --- drivers/usb/core/Kconfig |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/usb/core/Kc