realtek: drop ethtool log noise
authorBjørn Mork <bjorn@mork.no>
Thu, 11 Mar 2021 12:35:38 +0000 (13:35 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Thu, 11 Mar 2021 22:46:00 +0000 (00:46 +0200)
commitba220ad2fd915aaed2e9c850a84078c5c5977d3e
tree60fa2eb975193bfe7a4d2c9e0d4aea365768c4a4
parent9dfc2b3ca4dff28259576e21bc3ade910ff52a05
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>
target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-5.4/drivers/net/ethernet/rtl838x_eth.c