aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/usb_intf.c
diff options
context:
space:
mode:
authorHeba Aamer <heba93aamer@gmail.com>2015-01-28 12:00:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-28 10:56:49 -0800
commit1007c692264536d80ad61c1584670583c687652c (patch)
treeed557663a576b664cb175d7adbcf25ef3d54f9e4 /drivers/staging/rtl8712/usb_intf.c
parentstaging: unisys: rework signal remove/insert to avoid sparse lock warnings (diff)
downloadlinux-dev-1007c692264536d80ad61c1584670583c687652c.tar.xz
linux-dev-1007c692264536d80ad61c1584670583c687652c.zip
staging: rtl8712: remove useless printing line
This patch removes an unneeded call to printk. Signed-off-by: Heba Aamer <heba93aamer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/usb_intf.c')
-rw-r--r--drivers/staging/rtl8712/usb_intf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
index 7d0d1719b136..f1fd7e8d16fd 100644
--- a/drivers/staging/rtl8712/usb_intf.c
+++ b/drivers/staging/rtl8712/usb_intf.c
@@ -366,7 +366,6 @@ static int r871xu_drv_init(struct usb_interface *pusb_intf,
struct net_device *pnetdev;
struct usb_device *udev;
- 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.