ChangeSet 1.1243.50.4, 2003/06/06 15:02:55-07:00, [EMAIL PROTECTED]

[PATCH] USB: kill a compiler warning in hpusbscsi

  - kill useless variable


 drivers/usb/image/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     Tue Jun 10 17:12:01 2003
+++ b/drivers/usb/image/hpusbscsi.c     Tue Jun 10 17:12:01 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 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

Reply via email to