I made the changes below to fix the compiler warnings.

thanks,

greg k-h


diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c
--- a/drivers/usb/vicam.c       Sat Dec  8 18:41:00 2001
+++ b/drivers/usb/vicam.c       Sat Dec  8 18:41:00 2001
@@ -81,6 +81,8 @@
 static char *buf, *buf2;
 static int change_pending = 0; 
 
+static int vicam_parameters(struct usb_vicam *vicam);
+
 /******************************************************************************
  *
  *  Memory management functions
@@ -520,7 +522,7 @@
 {
        //struct usb_vicam *vicam = (struct usb_vicam *)vdev;
 
-       dbg("vicam_v4l_read(%d)", buflen);
+       dbg("vicam_v4l_read(%ld)", buflen);
 
        if (!vdev || !buf)
                return -EFAULT;

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to