2017-03-15 13:14:57

by Corentin Labbe

[permalink] [raw]
Subject: [PATCH] mmc: logging copyrights is useless

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

Signed-off-by: Corentin Labbe <[email protected]>
---
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


2017-03-15 18:34:16

by Pierre Ossman

[permalink] [raw]
Subject: Re: [PATCH] mmc: logging copyrights is useless

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