Re: [PATCH] USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUG

2016-04-29 Thread Alan Stern
On Thu, 28 Apr 2016, Greg KH wrote: > On Fri, Apr 15, 2016 at 12:12:26PM -0400, Alan Stern wrote: > > The debugging facilities in ehci-dbg.c follow an uneven pattern. Some > > of them are protected by "#ifdef CONFIG_DYNAMIC_DEBUG" and some > > aren't, presumably in the hope of having some of the

Re: [PATCH] USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUG

2016-04-28 Thread Greg KH
On Fri, Apr 15, 2016 at 12:12:26PM -0400, Alan Stern wrote: > The debugging facilities in ehci-dbg.c follow an uneven pattern. Some > of them are protected by "#ifdef CONFIG_DYNAMIC_DEBUG" and some > aren't, presumably in the hope of having some of the debugging output > available in any configura

[PATCH] USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUG

2016-04-15 Thread Alan Stern
The debugging facilities in ehci-dbg.c follow an uneven pattern. Some of them are protected by "#ifdef CONFIG_DYNAMIC_DEBUG" and some aren't, presumably in the hope of having some of the debugging output available in any configuration. This leads to build problems when dynamic debugging isn't con