Re: [PATCH] hub: make compile without CONFIG_PM

2014-02-11 Thread Dan Williams
On Tue, Feb 11, 2014 at 6:47 AM, wrote: > From: Oliver Neukum > > Define usb_lock_port and usb_unlock_port in all cases > > Signed-off-by: Oliver Neukum > --- > drivers/usb/core/hub.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c > i

Re: [PATCH] hub: make compile without CONFIG_PM

2014-02-11 Thread Alan Stern
On Tue, 11 Feb 2014, Oliver Neukum wrote: > On Tue, 2014-02-11 at 10:32 -0500, Alan Stern wrote: > > On Tue, 11 Feb 2014 oli...@neukum.org wrote: > > > > > From: Oliver Neukum > > > > > > Define usb_lock_port and usb_unlock_port in all cases > > > > > > Signed-off-by: Oliver Neukum > > > ---

Re: [PATCH] hub: make compile without CONFIG_PM

2014-02-11 Thread Oliver Neukum
On Tue, 2014-02-11 at 10:32 -0500, Alan Stern wrote: > On Tue, 11 Feb 2014 oli...@neukum.org wrote: > > > From: Oliver Neukum > > > > Define usb_lock_port and usb_unlock_port in all cases > > > > Signed-off-by: Oliver Neukum > > --- > > drivers/usb/core/hub.c | 2 ++ > > 1 file changed, 2 ins

Re: [PATCH] hub: make compile without CONFIG_PM

2014-02-11 Thread Alan Stern
On Tue, 11 Feb 2014 oli...@neukum.org wrote: > From: Oliver Neukum > > Define usb_lock_port and usb_unlock_port in all cases > > Signed-off-by: Oliver Neukum > --- > drivers/usb/core/hub.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hu

[PATCH] hub: make compile without CONFIG_PM

2014-02-11 Thread oliver
From: Oliver Neukum Define usb_lock_port and usb_unlock_port in all cases Signed-off-by: Oliver Neukum --- drivers/usb/core/hub.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 28d1218..68d077e 100644 --- a/drivers/usb/core/hub.c +++