Re: [linux-usb-devel] [PATCH] gigaset: clean up urb->status usage

2007-07-26 Thread Greg KH
On Tue, Jul 24, 2007 at 09:06:42PM +0200, Tilman Schmidt wrote: > From: Tilman Schmidt <[EMAIL PROTECTED]> > > Make there only be one reference to urb->status per URB callback, and none > outside, in preparation for removal of that field. > > Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED]> Ack

[linux-usb-devel] [PATCH] gigaset: clean up urb->status usage

2007-07-24 Thread Tilman Schmidt
From: Tilman Schmidt <[EMAIL PROTECTED]> Make there only be one reference to urb->status per URB callback, and none outside, in preparation for removal of that field. Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED]> --- drivers/isdn/gigaset/bas-gigaset.c | 84 +---