]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()
authorYeounsu Moon <yyyynoom@gmail.com>
Mon, 5 Jan 2026 13:05:53 +0000 (22:05 +0900)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Jan 2026 01:11:38 +0000 (17:11 -0800)
commitb70c5c49238d038143f00cca35ee749b2d2506d8
treee170624af660fe3ccfc094db581efe2d4c522f52
parent4d513329b87c1bd0546d9f0288794e244322daa6
net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()

Replace rio_probe1() printk(KERN_INFO) messages with netdev_{info,dbg}().

Keep one netdev_info() line for device identification; move the rest to
netdev_dbg() to avoid spamming the kernel log.

Log rx_timeout on a separate line since netdev_*() prefixes each
message and the multi-line formatting looks broken otherwise.

No functional change intended.

Tested-on: D-Link DGE-550T Rev-A3
Signed-off-by: Yeounsu Moon <yyyynoom@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260105130552.8721-2-yyyynoom@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/dlink/dl2k.c