drm/xe/guc: Remove double blank line

An earlier patch moved a drm_print a few lines lower but accidentally
left a double blank line behind. So fix that.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://lore.kernel.org/r/20250512215324.1457009-2-John.C.Harrison@Intel.com
This commit is contained in:
John Harrison 2025-05-12 14:53:21 -07:00
parent eaa287069a
commit fddf8cdd4b

View File

@ -2013,7 +2013,6 @@ static void ct_dead_print(struct xe_dead_ct *dead)
return;
}
/* Can't generate a genuine core dump at this point, so just do the good bits */
drm_puts(&lp, "**** Xe Device Coredump ****\n");
drm_printf(&lp, "Reason: CTB is dead - 0x%X\n", dead->reason);