]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915: Add missing ; to __assign_str() macros in tracepoint code
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 22 Feb 2024 18:30:57 +0000 (13:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:28:36 +0000 (15:28 +0200)
commit9aa7a53c4733a00389019cd40aa8c1955de0a4d1
tree1fc3f9dd75c45e7c0f259294813456eb509f981a
parent6244036a07ae6084726a8b546d28435f5b4da369
drm/i915: Add missing ; to __assign_str() macros in tracepoint code

[ Upstream commit 0df4c388a1e310400a6e90fb10b286e2673756f0 ]

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.

Link: https://lore.kernel.org/linux-trace-kernel/20240222133057.2af72a19@gandalf.local.home
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: David Airlie <airlied@gmail.com>
Cc: stable@vger.kernel.org
Fixes: 2ceea5d88048b ("drm/i915: Print plane name in fbc tracepoints")
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/i915/display/intel_display_trace.h