Am Mittwoch, 18. Juni 2003 19:30 schrieb Greg KH: > On Wed, Jun 18, 2003 at 10:26:18AM +0200, Oliver Neukum wrote: > > PS: If that doesn't work, I'll sacrifice a few floppies to the gods. > > It worked, thanks. > > But now I get a compiler warning you might want to fix up: > CC [M] drivers/usb/net/kaweth.o > drivers/usb/net/kaweth.c: In function `kaweth_probe': > drivers/usb/net/kaweth.c:1095: warning: label `err_all' defined but not > used
Sure. Here's the fix. 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], 2003-06-19 08:12:10+02:00, [EMAIL PROTECTED] - fix compiler warning due to merge oversight kaweth.c | 1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c --- a/drivers/usb/net/kaweth.c Thu Jun 19 08:13:04 2003 +++ b/drivers/usb/net/kaweth.c Thu Jun 19 08:13:04 2003 @@ -1092,7 +1092,6 @@ err_intfdata: usb_set_intfdata(intf, NULL); -err_all: usb_buffer_free(kaweth->dev, KAWETH_BUF_SIZE, (void *)kaweth->rx_buf, kaweth->rxbufferhandle); err_all_but_rxbuf: usb_buffer_free(kaweth->dev, INTBUFFERSIZE, (void *)kaweth->intbuffer, kaweth->intbufferhandle); =================================================================== This BitKeeper patch contains the following changesets: 1.1986 ## Wrapped with gzip_uu ## begin 664 bkpatch3322 M'XL(`'!4\3X``\64W6Z<,!"%K]=/,5(NHX49#.9'HDJ;5*W42EUMDP<PX`!B MP9&!;BOQ\#6DRFJKW:1-+XJ,-&+LP_'Q)U_`7:],LM*[^ILR[`(^ZGY(5K9N MQT)U3J?&9FP=;4K;VVIM>VZE6^4^+G!OC5*]V\B]&JI6F5(Q.V\CA[P"V^Z3 M%3G\Z<OPXT$EJ^W[#W>[EMAIL PROTECTED]&KG-$;+:O[E]-2> M/[EMAIL PROTECTED]@:[EMAIL PROTECTED]"R^,[S,1LT=35R?<'TMQ%!1A1+&/$_HA]]D- MD$-Q)`"YB\*E&#!*R$L(+]%+$.&\-%P2K)&[EMAIL PROTECTED],-]_1URW3[4.V5@ [EMAIL PROTECTED]@G\`//62;0Y)L_9</8RB1O3EAOS#SGGMW[+-? M1^SDAYWX&'LX<2\B/@DA"D)?9KFDH!#1,W$=J79J.%*>#R:VKX?AA%R$?*'D MW(K3T+S>]7/\O.1ZQBGBUK7OA]&"[EMAIL PROTECTED];TWV!:(O\":[-?AH5C C<S;]5X!V0Q@'0(<[(J]4WO1CFV:!D%QR8C\!6#Q0HY$$```` ` end ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel