Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43e02454 authored by Ivan Safonov's avatar Ivan Safonov Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.c



Debug output in rtw_drw_init is excess

Signed-off-by: default avatarIvan Safonov <insafonov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 02295b7f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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: