projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12fdf7
)
staging: rtl8712: remove useless printing line
author
Heba Aamer
<heba93aamer@gmail.com>
Wed, 28 Jan 2015 10:00:22 +0000
(12:00 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 18:56:49 +0000
(10:56 -0800)
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>
drivers/staging/rtl8712/usb_intf.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8712/usb_intf.c
b/drivers/staging/rtl8712/usb_intf.c
index 7d0d1719b1365fc8d852bac1070a50cd2ee77535..f1fd7e8d16fd328b2614fba6f3fdabbbbcef3fe8 100644
(file)
--- 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.