linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coresight: etb: Remove simple announcement message
@ 2016-02-11 12:50 Mark Brown
  2016-02-12 20:44 ` Mathieu Poirier
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Brown @ 2016-02-11 12:50 UTC (permalink / raw)
  To: linux-arm-kernel

It's generally preferred that drivers not print initialisation messages on
startup that don't contain information gained at runtime such as specific
hardware revision information. This provides a small speedup on systems
with serial consoles and keeps the boot less noisy.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/hwtracing/coresight/coresight-etb10.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c
index 92969dae739d..18c55d1c428c 100644
--- a/drivers/hwtracing/coresight/coresight-etb10.c
+++ b/drivers/hwtracing/coresight/coresight-etb10.c
@@ -481,7 +481,6 @@ static int etb_probe(struct amba_device *adev, const struct amba_id *id)
 	if (ret)
 		goto err_misc_register;
 
-	dev_info(dev, "ETB initialized\n");
 	return 0;
 
 err_misc_register:
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] coresight: etb: Remove simple announcement message
@ 2015-05-20 11:41 Mark Brown
  2015-05-22 14:17 ` Mathieu Poirier
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Brown @ 2015-05-20 11:41 UTC (permalink / raw)
  To: linux-arm-kernel

It's generally preferred that drivers not print initialisation messages on
startup that don't contain information gained at runtime such as specific
hardware revision information. This provides a small speedup on systems
with serial consoles and keeps the boot less noisy.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/hwtracing/coresight/coresight-etb10.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c
index 77d0f9c1118d..e34e34b8edfb 100644
--- a/drivers/hwtracing/coresight/coresight-etb10.c
+++ b/drivers/hwtracing/coresight/coresight-etb10.c
@@ -481,7 +481,6 @@ static int etb_probe(struct amba_device *adev, const struct amba_id *id)
 	if (ret)
 		goto err_misc_register;
 
-	dev_info(dev, "ETB initialized\n");
 	return 0;
 
 err_misc_register:
-- 
2.1.4

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

end of thread, other threads:[~2016-02-16  1:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 12:50 [PATCH] coresight: etb: Remove simple announcement message Mark Brown
2016-02-12 20:44 ` Mathieu Poirier
2016-02-12 21:54   ` Mark Brown
2016-02-16  1:32     ` Mathieu Poirier
  -- strict thread matches above, loose matches on Subject: below --
2015-05-20 11:41 Mark Brown
2015-05-22 14:17 ` Mathieu Poirier
2015-05-22 16:33   ` Mark Brown
2015-05-25 16:59     ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).