staging: r8712u: Remove useless driver version info
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 22 Jun 2012 16:26:04 +0000 (11:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 04:24:49 +0000 (21:24 -0700)
This driver contains version information that is outdated, has no real
value in terms of the Linux update process, and tends to confuse users.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/usb_intf.c

index 9bd18e2d05130dcbab81c55cd4853c68521870bf..f9c32cae64e7c238306456f2d25441728708084b 100644 (file)
@@ -41,8 +41,6 @@
 #include "usb_ops.h"
 #include "usb_osintf.h"
 
-#define DRVER  "v7_0.20100831"
-
 static struct usb_interface *pintf;
 
 static int r871xu_drv_init(struct usb_interface *pusb_intf,
@@ -372,7 +370,7 @@ static int r871xu_drv_init(struct usb_interface *pusb_intf,
        struct net_device *pnetdev;
        struct usb_device *udev;
 
-       printk(KERN_INFO "r8712u: DriverVersion: %s\n", DRVER);
+       printk(KERN_INFO "r8712u: Staging version\n");
        /* In this probe function, O.S. will provide the usb interface pointer
         * to driver. We have to increase the reference count of the usb device
         * structure by using the usb_get_dev function.
This page took 0.030198 seconds and 5 git commands to generate.