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