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
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
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