mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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:
parent
eaa287069a
commit
fddf8cdd4b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user