Hi, using gcc3.3 I no longer care about compiler warnings, but here's the obvious 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-06 19:50:04+02:00, [EMAIL PROTECTED] - kill useless variable hpusbscsi.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/image/hpusbscsi.c b/drivers/usb/image/hpusbscsi.c --- a/drivers/usb/image/hpusbscsi.c Fri Jun 6 19:51:40 2003 +++ b/drivers/usb/image/hpusbscsi.c Fri Jun 6 19:51:40 2003 @@ -45,7 +45,7 @@ struct usb_host_interface *altsetting = intf->altsetting; struct hpusbscsi *new; int error = -ENOMEM; - int i, result; + int i; if (altsetting->desc.bNumEndpoints != 3) { printk (KERN_ERR "Wrong number of endpoints\n"); =================================================================== This BitKeeper patch contains the following changesets: 1.1927 ## Wrapped with gzip_uu ## begin 664 bkpatch25229 M'XL(`*S4X#X``[V4VVK<,!"&KU=/,9#+8'MTLBT7E[1):4L+7;;[EMAIL PROTECTED] M[6#9*04_?+5>R))[EMAIL PROTECTED];[EMAIL PROTECTED] M)75^1U,S[?Q^V+K8IN]=+.BIZSL*#D>";P.1#2:;>\+7S.U:[EMAIL PROTECTED],5] M^;@R_KBG9+5Y]_[V\YL-8VD*UU76;>DKC9"F+&^NRHE:OQGZK-I?.#^&9X'( M.1<:I0ZYGD4LI9IYB'GIIJ6(S%T>&G8P='7"^U,IB2%J;E0L8B=BE&8WP'UN M1`0H`PQ=!VX2C0FJ2Q0)(OQ9&BXY>,C>PLO]7[,"/&CJMH7)4DO6PD,VU%G> M$OL$>Z>&K8]%8]Y?-L8P0_;ZA--RV*>WO&)0W;O1%K;VBZ-OA4;@K,)(1K-$ [EMAIL PROTECTED]::E4K`M49XKS1+C>95OZ57[_%B&/M+MHEL:$<@'C[+'3L+PHA7/H/"N% M`TYZ5AAQ7'!2XC>8^/[EMAIL PROTECTED]@V-]ONK_0-N-BH&SC\NXJKL1 :ZE?'_Z&HJ&CLM$MC:5!&2K*?XJTU"HL$```` ` end ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel