]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: rtl931x: downgrade print_matrix to debug 24507/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 31 Jul 2026 13:39:38 +0000 (13:39 +0000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 2 Aug 2026 09:55:26 +0000 (11:55 +0200)
commit52da343855e5409c4194359f85fafd7a22d38e9e
treeb633fff9f98722f709b00e05e093f87c8eac4271
parent1bf333c08ff2666f87331a4269bebc8ffdd5bf39
realtek: dsa: rtl931x: downgrade print_matrix to debug

Downgrade rtldsa_931x_print_matrix from pr_info to pr_debug to reduce
the massive amount printed during boot (64 lines). There doesn't seem
any benefit right now for keeping this at info level. And RTL931X is
the only variant that uses info-level print right now, all others
already use pr_debug.

Debug output can be activated individually for people who need this for
testing/debugging.

Link: https://github.com/openwrt/openwrt/pull/24507
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl931x.c