mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
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:
parent
f29ccaa07c
commit
4257271d2a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user