All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: logging copyrights is useless
@ 2017-03-15 13:11 Corentin Labbe
  2017-03-15 18:23 ` Pierre Ossman
  0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2017-03-15 13:11 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson, pierre
  Cc: linux-mmc, linux-kernel, Corentin Labbe

Logging copyrights does not add any useful information in logs.
This patch remove such logging

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 drivers/mmc/host/sdhci.c | 1 -
 drivers/mmc/host/wbsd.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 6fdd7a7..a966ffd 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -3748,7 +3748,6 @@ static int __init sdhci_drv_init(void)
 {
 	pr_info(DRIVER_NAME
 		": Secure Digital Host Controller Interface driver\n");
-	pr_info(DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
 
 	return 0;
 }
diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c
index bd04e8b..9036429 100644
--- a/drivers/mmc/host/wbsd.c
+++ b/drivers/mmc/host/wbsd.c
@@ -1947,7 +1947,6 @@ static int __init wbsd_drv_init(void)
 
 	pr_info(DRIVER_NAME
 		": Winbond W83L51xD SD/MMC card interface driver\n");
-	pr_info(DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
 
 #ifdef CONFIG_PNP
 
-- 
2.10.2

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

* Re: [PATCH] mmc: logging copyrights is useless
  2017-03-15 13:11 [PATCH] mmc: logging copyrights is useless Corentin Labbe
@ 2017-03-15 18:23 ` Pierre Ossman
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre Ossman @ 2017-03-15 18:23 UTC (permalink / raw)
  To: Corentin Labbe, adrian.hunter, ulf.hansson; +Cc: linux-mmc, linux-kernel

On 15/03/17 14:11, Corentin Labbe wrote:
> Logging copyrights does not add any useful information in logs.
> This patch remove such logging
>

Aw, come on now. That's my claim to fame. :)

I would prefer if they are kept, but I'm not going to raise a stink if 
you insist on removing them.

Regards
-- 
Pierre Ossman

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

end of thread, other threads:[~2017-03-15 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 13:11 [PATCH] mmc: logging copyrights is useless Corentin Labbe
2017-03-15 18:23 ` Pierre Ossman

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.