All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8712: remove useless printing line
@ 2015-01-28 10:00 Heba Aamer
  2015-01-29 10:52 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Heba Aamer @ 2015-01-28 10:00 UTC (permalink / raw)
  To: devel
  Cc: Larry.Finger, florian.c.schilhabel, gregkh, tapaswenipathak,
	thomas, sudipm.mukherjee, rickard_strandqvist, linux-kernel

This patch removes an unneeded call to printk.

Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
---
 drivers/staging/rtl8712/usb_intf.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
index 7d0d171..f1fd7e8 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.
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: rtl8712: remove useless printing line
  2015-01-28 10:00 [PATCH] staging: rtl8712: remove useless printing line Heba Aamer
@ 2015-01-29 10:52 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2015-01-29 10:52 UTC (permalink / raw)
  To: Heba Aamer
  Cc: devel, florian.c.schilhabel, thomas, tapaswenipathak, gregkh,
	rickard_strandqvist, linux-kernel, sudipm.mukherjee,
	Larry.Finger

On Wed, Jan 28, 2015 at 12:00:22PM +0200, Heba Aamer wrote:
> This patch removes an unneeded call to printk.
> 

Thanks.  :)

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-29 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 10:00 [PATCH] staging: rtl8712: remove useless printing line Heba Aamer
2015-01-29 10:52 ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.