]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: pcs: rtl930x: drop superfluous debug prints 23288/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 10 May 2026 18:44:30 +0000 (18:44 +0000)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 May 2026 12:41:53 +0000 (14:41 +0200)
commit6a3db77f2b71b4a5c68cd84fbdb352fd4b3c91c7
treef13ba4e1646ce653aa47c7abb2d8676d91be296c
parentac9e968a6f6a45370b53dc523127925e1aeb0bad
realtek: pcs: rtl930x: drop superfluous debug prints

The RTL930x calibration code is especially chatty. There are debug
prints for every start and end of a section corresponding to the
sections the SDK uses. In the end, this doesn't help a user much and
just wastes CPU cycles. Moreover it doesn't help in understand what is
done there. As a first step, drop "start" and "end" prints but preserve
their meaning as comments.

While at it, slightly adjust two other prints and drop one confusing
print.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23288
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.18/drivers/net/pcs/pcs-rtl-otto.c