Bluetooth: Set Manufacturer data feature
[platform/kernel/linux-starfive.git] / net / bpf / test_run.c
index 57a7a64..478ee7a 100644 (file)
@@ -543,6 +543,7 @@ struct bpf_fentry_test_t {
 
 int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg)
 {
+       asm volatile ("": "+r"(arg));
        return (long)arg;
 }