hinic3: Remove printed message during module init

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

Fixes: 17fcb3dc12 ("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>
This commit is contained in:
Geert Uytterhoeven 2025-05-27 21:33:41 +02:00 committed by Paolo Abeni
parent f29ccaa07c
commit 4257271d2a

View 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;