Hi,

this patch from David removes an obsolete error code from kaweth.

        Regards
                Oliver

signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>

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], 2005-03-05 08:51:14+01:00, [EMAIL PROTECTED]
  - remove obsolete error code (from David)


 kaweth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c
--- a/drivers/usb/net/kaweth.c  2005-03-05 08:57:34 +01:00
+++ b/drivers/usb/net/kaweth.c  2005-03-05 08:57:34 +01:00
@@ -593,7 +593,7 @@
 
        struct sk_buff *skb;
 
-       if(unlikely(urb->status == -ECONNRESET || urb->status == -ECONNABORTED 
|| urb->status == -ESHUTDOWN))
+       if(unlikely(urb->status == -ECONNRESET || urb->status == -ESHUTDOWN))
        /* we are killed - set a flag and wake the disconnect handler */
        {
                kaweth->end = 1;

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


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


M'XL( &YF*4(  [V446O;,!#'GZ-/<="7E!+[)$MV;$CIUH1U;"0A:=C#V(-B
M7Y,[EMAIL PROTECTED]&-;;9!^$[Z<_>_'SJ#144VZ9A\LR/+SN#&5*[]
MI=*4Y*U-0?FFK#^WB9DQ;<+?AWR3YQOAWUJBRM=;)T+6;IAJEZZA5:F2#O>"
M0\0]WE/2F8W>+-Z_FC$V&,#U6I<KFI.#P8 Y8W<ZSZHK[=:Y*3UG=5D5Y+27
MFJ(Y;&T$HFA?Q:, 5=CP$&74I#SC7$M.&0K9#R5[[N/JV_J/=10&*%JQ&*,&
M(]E7; C<:[5#0.5CX*,"[">*)UQ>($\0X80N7'#H(7L-?[>+:Y9"#RP59D=@
MEI7)R1&0M<9":C*"[ITU!0SU;I.=LW<0J4"PZ8NOK/>;#V.HD5W"_7YB/^XA
MLWL'*K^NEOY6/Y!;>^FA'8$<$1O>CT70+"G64N+=4F99BE*<,N](LB1W)+N?
MD<)(H8H;%:N /Y%SZL0>I']2^U>@2JJW=>$9N_JXLK3Z]-/:)1>"\YC'DC>A
MP B?^(K$,5V8J/@7Z.+_G:X6J&?')]"S#T]?2\CTI/E_0-M0Q2%P]O9YZ6SN
MNG69;[:4/W9KN^Q=5DZ[NFJG"KW1]60\GHWFHUMH&[EMAIL PROTECTED] XG'\;GYR]W
74+JF=%O5Q2"4,E!+%;,OK=A%P.<$    


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to