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

Commit 1007c692 authored by Heba Aamer's avatar Heba Aamer Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: remove useless printing line



This patch removes an unneeded call to printk.

Signed-off-by: default avatarHeba Aamer <heba93aamer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b12fdf7d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.