On Sun, Jun 09, 2002 at 09:23:54AM -0600, Lightweight patch manager wrote:
> This is a collected patch for USB drivers to use the new list macros
> (list_del_init, list_move*). If you need to distribute it to the other USB
> guys, feel free, but I got too many patches to do it all on my own.
Thanks, I'll add this when...
> @@ -263,8 +260,7 @@
> struct siginfo sinfo;
>
> spin_lock(&ps->lock);
> - list_del(&as->asynclist);
> - list_add_tail(&as->asynclist, &ps->async_completed);
> + list_move_tail(&as->asynclist, &ps->async_completed);
> spin_unlock(&ps->lock);
> wake_up(&ps->wait);
> if (as->signr) {
list_move_* isn't in the tree yet. I'll apply this patch when it shows
up.
thanks,
greg k-h
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel