Skip to content

Commit

Permalink
staging: r8712u: Remove useless driver version info
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Jun 23, 2012
1 parent 8b32b11 commit 1c1b862
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/staging/rtl8712/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1c1b862

Please sign in to comment.