ChangeSet 1.1867.3.44, 2004/09/21 11:16:22-07:00, [EMAIL PROTECTED] [PATCH] USB: oops, revert drivers/usb/core/message.c change.
That patch was just not right... Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/message.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/core/message.c b/drivers/usb/core/message.c --- a/drivers/usb/core/message.c 2004-10-19 08:10:43 -07:00 +++ b/drivers/usb/core/message.c 2004-10-19 08:10:43 -07:00 @@ -36,7 +36,7 @@ usb_pipecontrol(urb->pipe) ? "control" : "bulk", usb_pipeendpoint(urb->pipe), usb_pipein(urb->pipe) ? "in" : "out"); - usb_kill_urb(urb); + usb_unlink_urb(urb); } // Starts urb and waits for completion or timeout @@ -251,7 +251,7 @@ if (!io->urbs [i] || !io->urbs [i]->dev) continue; if (found) { - status = usb_kill_urb (io->urbs [i]); + status = usb_unlink_urb (io->urbs [i]); if (status != -EINPROGRESS && status != -EBUSY) dev_err (&io->dev->dev, "%s, unlink --> %d\n", @@ -525,7 +525,7 @@ if (!io->urbs [i]->dev) continue; - retval = usb_kill_urb (io->urbs [i]); + retval = usb_unlink_urb (io->urbs [i]); if (retval != -EINPROGRESS && retval != -EBUSY) dev_warn (&io->dev->dev, "%s, unlink --> %d\n", __FUNCTION__, retval); ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel