Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-14 Thread Oliver Neukum
On Wed, 2013-11-13 at 17:11 -0500, Alan Stern wrote: On Thu, 14 Nov 2013, Greg KH wrote: On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional on

[RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread oliver
From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional on defined(DEBUF) || defined(DYNAMIC_DEBUG) Signed-off-by: Oliver Neukum oneu...@suse.de --- drivers/usb/host/uhci-hcd.c | 44 +++- 1 file

Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread Greg KH
On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional on defined(DEBUF) || defined(DYNAMIC_DEBUG) Signed-off-by: Oliver Neukum oneu...@suse.de ---

Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread Oliver Neukum
On Thu, 2013-11-14 at 05:31 +0900, Greg KH wrote: On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional on defined(DEBUF) || defined(DYNAMIC_DEBUG)

Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread Greg KH
On Wed, Nov 13, 2013 at 10:25:01PM +0100, Oliver Neukum wrote: On Thu, 2013-11-14 at 05:31 +0900, Greg KH wrote: On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug

Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread Alan Stern
On Thu, 14 Nov 2013, Greg KH wrote: On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional on defined(DEBUF) || defined(DYNAMIC_DEBUG) Signed-off-by:

Re: [RFC 1/2] uhci: change dependency for debug parameter

2013-11-13 Thread Greg KH
On Wed, Nov 13, 2013 at 05:11:30PM -0500, Alan Stern wrote: On Thu, 14 Nov 2013, Greg KH wrote: On Wed, Nov 13, 2013 at 06:13:06PM +0100, oli...@neukum.org wrote: From: Oliver Neukum oneu...@suse.de To allow a full switch to dynamic debugging make the debug parameter conditional