mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04: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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>