summaryrefslogtreecommitdiffstats
path: root/include/trace/events/intel_ish.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/events/intel_ish.h')
-rw-r--r--include/trace/events/intel_ish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/intel_ish.h b/include/trace/events/intel_ish.h
index e6d7ff55ee..64b6612c41 100644
--- a/include/trace/events/intel_ish.h
+++ b/include/trace/events/intel_ish.h
@@ -18,7 +18,7 @@ TRACE_EVENT(ishtp_dump,
),
TP_fast_assign(
- __assign_str(message, message);
+ __assign_str(message);
),
TP_printk("%s", __get_str(message))