projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02295b7
)
staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.c
author
Ivan Safonov
<
[email protected]
>
Wed, 2 Mar 2016 08:04:19 +0000
(15:04 +0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 12 Mar 2016 06:09:09 +0000
(22:09 -0800)
Debug output in rtw_drw_init is excess
Signed-off-by: Ivan Safonov <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/os_dep/usb_intf.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index e8d223669941b9e5865d27a2861b812b6d87fc16..5c63fb6b8f43744be531693b953e7b276598de86 100644
(file)
--- a/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@
-482,8
+482,6
@@
static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device
struct adapter *if1 = NULL;
struct dvobj_priv *dvobj;
- RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_init\n"));
-
/* Initialize dvobj_priv */
dvobj = usb_dvobj_init(pusb_intf);
if (dvobj == NULL) {
@@
-498,8
+496,6
@@
static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device
goto free_dvobj;
}
- RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-871x_drv - drv_init, success!\n"));
-
return 0;
free_dvobj: