diff options
Diffstat (limited to 'include/trace/events/qla.h')
-rw-r--r-- | include/trace/events/qla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/qla.h b/include/trace/events/qla.h index e7fd55e7dc..8800c35525 100644 --- a/include/trace/events/qla.h +++ b/include/trace/events/qla.h @@ -25,7 +25,7 @@ DECLARE_EVENT_CLASS(qla_log_event, __vstring(msg, vaf->fmt, vaf->va) ), TP_fast_assign( - __assign_str(buf, buf); + __assign_str(buf); __assign_vstr(msg, vaf->fmt, vaf->va); ), |