[PATCH] drm/i915: Add missing ; to __assign_str() macros in tracepoint code

Steven Rostedt rostedt at goodmis.org
Thu Feb 22 18:43:49 UTC 2024


On Thu, 22 Feb 2024 13:30:57 -0500
Steven Rostedt <rostedt at goodmis.org> wrote:

> From: "Steven Rostedt (Google)" <rostedt at goodmis.org>
> 
> I'm working on improving the __assign_str() and __string() macros to be
> more efficient, and removed some unneeded semicolons. This triggered a bug
> in the build as some of the __assign_str() macros in intel_display_trace
> was missing a terminating semicolon.
> 
> Fixes: 2ceea5d88048b ("drm/i915: Print plane name in fbc tracepoints")
> Signed-off-by: Steven Rostedt (Google) <rostedt at goodmis.org>
> ---

Note, I have patches that depend on this fix, so if one of the maintainers
would like to just give me an "Acked-by", I'll take it through my tree. I
doubt it will have any conflicts, unless you are planning on changing the
given effected events.

-- Steve


More information about the Intel-xe mailing list