All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drivers: usb: atm: reduce noise
@ 2020-12-08  9:32 Enrico Weigelt, metux IT consult
  2020-12-08  9:32 ` [PATCH 2/3] drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO Enrico Weigelt, metux IT consult
  2020-12-08  9:32 ` [PATCH 3/3] drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk() Enrico Weigelt, metux IT consult
  0 siblings, 2 replies; 4+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2020-12-08  9:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: duncan.sands, accessrunner-general, linux-usb

If drivers work correctly, they should remain silent.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 drivers/usb/atm/cxacru.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
index e62a770a5d3b..0114cc54e622 100644
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -810,9 +810,6 @@ static int cxacru_atm_start(struct usbatm_data *usbatm_instance,
 	mutex_unlock(&instance->poll_state_serialize);
 	mutex_unlock(&instance->adsl_state_serialize);
 
-	printk(KERN_INFO "%s%d: %s %pM\n", atm_dev->type, atm_dev->number,
-			usbatm_instance->description, atm_dev->esi);
-
 	if (start_polling)
 		cxacru_poll_status(&instance->poll_work.work);
 	return 0;
-- 
2.11.0


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

end of thread, other threads:[~2020-12-08  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  9:32 [PATCH 1/3] drivers: usb: atm: reduce noise Enrico Weigelt, metux IT consult
2020-12-08  9:32 ` [PATCH 2/3] drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO Enrico Weigelt, metux IT consult
2020-12-08  9:32 ` [PATCH 3/3] drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk() Enrico Weigelt, metux IT consult
2020-12-08  9:41   ` Duncan Sands

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.