Re: [linux-usb-devel] [patch]bug in error path in new autosuspend code

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Oliver Neukum wrote: > Hi Alan, > > if probe() fails, you fail to restore the old pm count. If the driver > supports autosuspend, but doesn't bind, the interface, though unbound, > will not suspend again. > > Regards > Oliver > > Signed-off-by: Oliver Ne

[linux-usb-devel] [patch]bug in error path in new autosuspend code

2007-02-19 Thread Oliver Neukum
Hi Alan, if probe() fails, you fail to restore the old pm count. If the driver supports autosuspend, but doesn't bind, the interface, though unbound, will not suspend again. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> -- --- a/drivers/usb/core/dri