Re: [linux-usb-devel] [patch]fix spinlock recursion in cdc-acm.c

2007-03-06 Thread Pete Zaitcev
On Tue, 6 Mar 2007 10:47:04 +0100, Oliver Neukum <[EMAIL PROTECTED]> wrote: > this fixes the spinlock recursion issue. The older fix was incomplete. > +++ b/drivers/usb/class/cdc-acm.c 2007-03-06 10:39:55.0 +0100 > @@ -332,9 +332,9 @@ > if (!ACM_READY(acm)) > retur

[linux-usb-devel] [patch]fix spinlock recursion in cdc-acm.c

2007-03-06 Thread Oliver Neukum
Hi, this fixes the spinlock recursion issue. The older fix was incomplete. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> - --- a/drivers/usb/class/cdc-acm.c 2007-03-06 10:39:50.0 +0100 +++ b/drivers/usb/class/cdc-acm.c 2007-03-06