net/ipv6: Remove unnecessary pr_debug() logs
authorBreno Leitao <leitao@debian.org>
Mon, 22 Jan 2024 18:19:54 +0000 (10:19 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 24 Jan 2024 01:22:23 +0000 (17:22 -0800)
commita6348a7104e0dac7b9b4b7042c3c8c36b81d71e7
treeb87aa362c04bafc6ee2546cacf6b5b6ce8cefacf
parenta2a7f98aeeec48118fac73c22bd54f8889815e16
net/ipv6: Remove unnecessary pr_debug() logs

In the ipv6 system, we have some logs basically dumping the name of the
function that is being called. This is not ideal, since ftrace give us
"for free". Moreover, checkpatch is not happy when touching that code:

WARNING: Unnecessary ftrace-like logging - prefer using ftrace

Remove debug functions that only print the current function name.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240122181955.2391676-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_fib.c