mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
b1a2ce8257
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>