netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] hinic3: Remove printed message during module init
@ 2025-05-27 19:33 Geert Uytterhoeven
  2025-05-27 19:46 ` Andrew Lunn
  2025-05-29 10:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2025-05-27 19:33 UTC (permalink / raw)
  To: Fan Gong, Xin Guo, Gur Stavi, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: netdev, linux-kernel, Geert Uytterhoeven

From: Geert Uytterhoeven <geert+renesas@glider.be>

No driver should spam the kernel log when merely being loaded.

Fixes: 17fcb3dc12bbee8e ("hinic3: module initialization and tx/rx logic")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/net/ethernet/huawei/hinic3/hinic3_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ethernet/huawei/hinic3/hinic3_main.c b/drivers/net/ethernet/huawei/hinic3/hinic3_main.c
index 093aa6d775ff70da..497f2a36f35dcdde 100644
--- a/drivers/net/ethernet/huawei/hinic3/hinic3_main.c
+++ b/drivers/net/ethernet/huawei/hinic3/hinic3_main.c
@@ -324,8 +324,6 @@ static __init int hinic3_nic_lld_init(void)
 {
 	int err;
 
-	pr_info("%s: %s\n", HINIC3_NIC_DRV_NAME, HINIC3_NIC_DRV_DESC);
-
 	err = hinic3_lld_init();
 	if (err)
 		return err;
-- 
2.43.0


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

* Re: [PATCH net] hinic3: Remove printed message during module init
  2025-05-27 19:33 [PATCH net] hinic3: Remove printed message during module init Geert Uytterhoeven
@ 2025-05-27 19:46 ` Andrew Lunn
  2025-05-29 10:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2025-05-27 19:46 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Fan Gong, Xin Guo, Gur Stavi, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-kernel,
	Geert Uytterhoeven

On Tue, May 27, 2025 at 09:33:41PM +0200, Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> No driver should spam the kernel log when merely being loaded.
> 
> Fixes: 17fcb3dc12bbee8e ("hinic3: module initialization and tx/rx logic")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH net] hinic3: Remove printed message during module init
  2025-05-27 19:33 [PATCH net] hinic3: Remove printed message during module init Geert Uytterhoeven
  2025-05-27 19:46 ` Andrew Lunn
@ 2025-05-29 10:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-05-29 10:30 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: gongfan1, guoxin09, gur.stavi, andrew+netdev, davem, edumazet,
	kuba, pabeni, netdev, linux-kernel, geert+renesas

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 27 May 2025 21:33:41 +0200 you wrote:
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> No driver should spam the kernel log when merely being loaded.
> 
> Fixes: 17fcb3dc12bbee8e ("hinic3: module initialization and tx/rx logic")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> [...]

Here is the summary with links:
  - [net] hinic3: Remove printed message during module init
    https://git.kernel.org/netdev/net/c/4257271d2a5b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-05-29 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 19:33 [PATCH net] hinic3: Remove printed message during module init Geert Uytterhoeven
2025-05-27 19:46 ` Andrew Lunn
2025-05-29 10:30 ` patchwork-bot+netdevbpf

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).