patch-2.4.6 linux/drivers/usb/ov511.c
Next file: linux/drivers/usb/pegasus.c
Previous file: linux/drivers/usb/net1080.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jun 12 15:53:37 2001
- Orig file:
v2.4.5/linux/drivers/usb/ov511.c
- Orig date:
Thu May 24 15:24:37 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/usb/ov511.c linux/drivers/usb/ov511.c
@@ -337,7 +337,7 @@
/* IMPORTANT: This output MUST be kept under PAGE_SIZE
* or we need to get more sophisticated. */
- out += sprintf (out, "driver_version : %s\n", version);
+ out += sprintf (out, "driver_version : %s\n", DRIVER_VERSION);
out += sprintf (out, "custom_id : %d\n", ov511->customid);
out += sprintf (out, "model : %s\n", ov511->desc ?
clist[ov511->desc].description : "unknown");
@@ -3426,8 +3426,7 @@
if (usb_register(&ov511_driver) < 0)
return -1;
- info(DRIVER_VERSION " " DRIVER_AUTHOR);
- info(DRIVER_DESC);
+ info(DRIVER_VERSION ":" DRIVER_DESC);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)