realtek: drop ethtool log noise
authorBjørn Mork <bjorn@mork.no>
Thu, 11 Mar 2021 12:35:38 +0000 (13:35 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Apr 2021 10:06:09 +0000 (12:06 +0200)
commitddd0176255369653d7aea5916654e66a1db5a2a2
treedea634d2615ac5e91ee0d8cba1c7c3760304648c
parentf1ba3a8d91734d73ab710d6cc1b688a13a0909d8
realtek: drop ethtool log noise

Demote a number of debugging printk's to pr_debug to avoid log
nosie.  Several of these functions are called as a result of
userspace activity.  This can cause a lot of log noise when
userspace does periodic polling.

Most of this could probably be removed completely, but let's
keep it for now since these drivers are still in development.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit ba220ad2fd915aaed2e9c850a84078c5c5977d3e)
target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-5.4/drivers/net/ethernet/rtl838x_eth.c