drm/i915/gt: add missing new-line to GT_TRACE
authorAndrzej Hajda <andrzej.hajda@intel.com>
Wed, 15 Nov 2023 12:10:33 +0000 (13:10 +0100)
committerAndrzej Hajda <andrzej.hajda@intel.com>
Thu, 16 Nov 2023 12:30:30 +0000 (13:30 +0100)
commit57bdac8ee2998d6bba091326e16967b4e5f74ae8
tree01edbe50901f88392f69a0a6321c295ab7dfefd8
parentd7b4832cbeb85075293b1211a9c89fad4fdda1f1
drm/i915/gt: add missing new-line to GT_TRACE

Trace requires new-line at the end of message (in opposition to printk),
otherwise trace dump becomes messy.

Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Acked-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231115-eols-v1-1-d47a2f52b807@intel.com
drivers/gpu/drm/i915/gt/intel_gt_pm.c