]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
hinic3: Remove printed message during module init
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 27 May 2025 19:33:41 +0000 (21:33 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 29 May 2025 10:15:17 +0000 (12:15 +0200)
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>
Link: https://patch.msgid.link/5310dac0b3ab4bd16dd8fb761566f12e73b38cab.1748357352.git.geert+renesas@glider.be
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/huawei/hinic3/hinic3_main.c

index 093aa6d775ff70da49992ab930f46717bae7313a..497f2a36f35dcdde93f3a36e4bed56c3383b2b39 100644 (file)
@@ -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;