public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.9-rc1-mm5 remove usb_unlink_urb in class/audio.c
@ 2004-09-14  8:53 Borislav Petkov
  2004-09-14 19:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2004-09-14  8:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg KH

This is a resend of the first one with fixed tabs (actually, may MUA kmail is biting them)

Signed-off-by: Borislav Petkov <petkov@uni-muenster.de>

--- linux-2.6.9-rc1-mm/drivers/usb/class/audio.c.orig   2004-09-14 10:49:01.000000000 +0200
+++ linux-2.6.9-rc1-mm/drivers/usb/class/audio.c        2004-09-14 10:50:08.000000000 +0200
@@ -635,13 +635,13 @@ static void usbin_stop(struct usb_audiod
                 spin_unlock_irqrestore(&as->lock, flags);
                 if (notkilled && signal_pending(current)) {
                         if (i & FLG_URB0RUNNING)
-                               usb_unlink_urb(u->durb[0].urb);
+                               usb_kill_urb(u->durb[0].urb);
                         if (i & FLG_URB1RUNNING)
-                               usb_unlink_urb(u->durb[1].urb);
+                               usb_kill_urb(u->durb[1].urb);
                         if (i & FLG_SYNC0RUNNING)
-                               usb_unlink_urb(u->surb[0].urb);
+                               usb_kill_urb(u->surb[0].urb);
                         if (i & FLG_SYNC1RUNNING)
-                               usb_unlink_urb(u->surb[1].urb);
+                               usb_kill_urb(u->surb[1].urb);
                         notkilled = 0;
                 }
         }
@@ -1114,13 +1114,13 @@ static void usbout_stop(struct usb_audio
                 spin_unlock_irqrestore(&as->lock, flags);
                 if (notkilled && signal_pending(current)) {
                         if (i & FLG_URB0RUNNING)
-                               usb_unlink_urb(u->durb[0].urb);
+                               usb_kill_urb(u->durb[0].urb);
                         if (i & FLG_URB1RUNNING)
-                               usb_unlink_urb(u->durb[1].urb);
+                               usb_kill_urb(u->durb[1].urb);
                         if (i & FLG_SYNC0RUNNING)
-                               usb_unlink_urb(u->surb[0].urb);
+                               usb_kill_urb(u->surb[0].urb);
                         if (i & FLG_SYNC1RUNNING)
-                               usb_unlink_urb(u->surb[1].urb);
+                               usb_kill_urb(u->surb[1].urb);
                         notkilled = 0;
                 }
         }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] 2.6.9-rc1-mm5 remove usb_unlink_urb in class/audio.c
  2004-09-14  8:53 [PATCH] 2.6.9-rc1-mm5 remove usb_unlink_urb in class/audio.c Borislav Petkov
@ 2004-09-14 19:11 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-09-14 19:11 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: linux-kernel

On Tue, Sep 14, 2004 at 10:53:40AM +0200, Borislav Petkov wrote:
> This is a resend of the first one with fixed tabs (actually, may MUA kmail 
> is biting them)

Nope, the tabs are still gone :(

Please try again.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-14 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-14  8:53 [PATCH] 2.6.9-rc1-mm5 remove usb_unlink_urb in class/audio.c Borislav Petkov
2004-09-14 19:11 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox