Here we go again.

        Regards
                Oliver

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


[EMAIL PROTECTED], 2002-12-18 14:32:35+01:00, [EMAIL PROTECTED]
   - simple spinlocks will do


 speedtouch.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c
--- a/drivers/usb/misc/speedtouch.c     Wed Dec 18 14:33:13 2002
+++ b/drivers/usb/misc/speedtouch.c     Wed Dec 18 14:33:13 2002
@@ -701,7 +701,6 @@
 {
        struct udsl_data_ctx *ctx;
        struct udsl_instance_data *instance;
-       unsigned long flags;
 
        if (!urb)
                return;
@@ -723,9 +722,9 @@
                skb_put (ctx->skb, urb->actual_length);
 
                /* queue the skb for processing and wake the SAR */
-               spin_lock_irqsave (&instance->recvqlock, flags);
+               spin_lock (&instance->recvqlock);
                skb_queue_tail (&instance->recvqueue, ctx->skb);
-               spin_unlock_irqrestore (&instance->recvqlock, flags);
+               spin_unlock (&instance->recvqlock);
                wake_up (&udsl_wqh);
                /* get a new skb */
                ctx->skb = dev_alloc_skb (UDSL_RECEIVE_BUFFER_SIZE);

===================================================================


This BitKeeper patch contains the following changesets:
1.1120
## Wrapped with gzip_uu ##


begin 664 bkpatch3874
M'XL(`!IY`#X``ZU4:VN<0!3][/R*"X'2$M1Y^BJ&;9/2EA:Z;,GGXF-69=79
M.IJDX(_OS`H;"D72-#)PG7L]=\X]<_`";K4<$D>US9T<T`5\4GHT6]FK7GJU
MZF3;]-.#IX;*%'=*F:)OT_Z"\/.#.PY2:K\:J$#FFVTV%C68DDX<XK%S9OQU
ME(FS^_#Q]NN['4)I"M=UUE?RNQPA35%^V)23;+W#H++:'C>?RS/%F!!"!68B
M(&*F$6-\)@'.2_-:TC#>YT&,%D*;OU'_LQ<EE$2$,$[IS$7,!+H!XID#,&#J
M$[,B(#QA-&'B$I,$8UCI#9<$7(S>P_]/<(T*`!=TTQU;"?K8]*TJ#AKNF[:%
M4J$O8.AR@K:/TB'W'Q^$<(;1%52#K#8+U4)U<SG8`;4_Z=SO&EWX^BAE.:JI
M,/63:#BBH8TTFC$783!;[GL2\YA',1;E?DVD)_0_70ICE!EY0L;YR2*K,&N;
MEQ]CU4=/',-ZB\R,BH`MWA+/<Q8%E[V8LU:-M4C^#=SA_K2,4;;KZC_#>3<A
MYD!,H($)GY?@.);/#TL(7K]J>CUF?2'=JT$6=S]M]LU;BX@61/2(F/I5S/G'
64]32S#IU*9%Y)F+C_M\P]/1>]00`````
`
end



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to