patch-2.4.20 linux-2.4.20/drivers/usb/se401.h
Next file: linux-2.4.20/drivers/usb/serial/Config.in
Previous file: linux-2.4.20/drivers/usb/se401.c
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Thu Nov 28 15:53:14 2002
-  Orig file: 
linux-2.4.19/drivers/usb/se401.h
-  Orig date: 
Fri Sep  7 10:59:04 2001
diff -urN linux-2.4.19/drivers/usb/se401.h linux-2.4.20/drivers/usb/se401.h
@@ -10,7 +10,7 @@
 
 #ifdef se401_DEBUG
 #  define PDEBUG(level, fmt, args...) \
-if (debug >= level) info("[" __PRETTY_FUNCTION__ ":%d] " fmt, __LINE__ , ## args)
+if (debug >= level) info("[%s:%d] " fmt, __PRETTY_FUNCTION__, __LINE__ , ## args)
 #else
 #  define PDEBUG(level, fmt, args...) do {} while(0)
 #endif
@@ -197,8 +197,8 @@
 
 	char *fbuf;		/* Videodev buffer area */
 
-	urb_t *urb[SE401_NUMSBUF];
-	urb_t *inturb;
+	struct urb *urb[SE401_NUMSBUF];
+	struct urb *inturb;
 	
 	int button;
 	int buttonpressed;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)