Commit fddf8cdd authored by John Harrison's avatar John Harrison
Browse files

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: default avatarJohn Harrison <John.C.Harrison@Intel.com>
Reviewed-by: default avatarMichal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://lore.kernel.org/r/20250512215324.1457009-2-John.C.Harrison@Intel.com
parent eaa28706
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);