Re: [linux-usb-devel] PATCH: (as53) Small correction to usb-skeleton.c

2003-07-09 Thread Greg KH
On Mon, Jul 07, 2003 at 10:20:32AM -0400, Alan Stern wrote: Greg: This fixes a minor error in usb-skeleton's disconnect() routine: if the interface's private data is NULL, the current code exits without releasing the disconnect_sem semaphore. Applied, thanks. greg k-h

[linux-usb-devel] PATCH: (as53) Small correction to usb-skeleton.c

2003-07-07 Thread Alan Stern
Greg: This fixes a minor error in usb-skeleton's disconnect() routine: if the interface's private data is NULL, the current code exits without releasing the disconnect_sem semaphore. I removed the test entirely because I can't think of any situation where that private data actually would be