On 7 Jan 2003, Dmitri wrote: | On Tue, 2003-01-07 at 08:23, Pete Zaitcev wrote: | > Greg, would you mind adding this trivial patchlet, please. | > IIRC, Dimitri approved, at least for 2.5. | > | > --- linux-2.4.21-pre3-nip/drivers/usb/ibmcam.c 2003-01-06 17:36:50.000000000 |-0800 | > +++ linux-2.4.21-pre3/drivers/usb/ibmcam.c 2003-01-06 17:25:15.000000000 -0800 | > @@ -87,7 +87,7 @@ | > } ibmcam_t; | > #define IBMCAM_T(uvd) ((ibmcam_t *)((uvd)->user_data)) | > | > -static struct usbvideo *cams = NULL; | > +struct usbvideo *cams = NULL; | > | > static int debug = 0; | | Isn't this patch reversed?
Yes, I had already pointed that out and Pete agreed. -- ~Randy ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
