Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux-2.6-block.git] / drivers / dma-buf / sync_trace.h
index 06e468a218ff81eb8a280c5375b7e394a9ae2662..d71dcf954b8dcf6d410f443e2c45d0efb314d6bc 100644 (file)
@@ -20,7 +20,7 @@ TRACE_EVENT(sync_timeline,
        ),
 
        TP_fast_assign(
-                       __assign_str(name, timeline->name);
+                       __assign_str(name);
                        __entry->value = timeline->value;
        ),