mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-12-22 12:17:45 +01:00
Fixes a GCC maybe-uninitialized warning introduced by48cca7e44f. "text" is only initialized inside the if statement so only print debug info there. Fixes:48cca7e44f("libbpf: add support for bpf_call") Signed-off-by: Jeremy Cline <jeremy@jcline.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>