drm/xe/snapshot: Remove drm_err on guc alloc failures
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 21 Feb 2024 13:30:16 +0000 (14:30 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 21 Feb 2024 19:08:19 +0000 (20:08 +0100)
commit8491b0ef3233a94901d6f28d203c5ebb2f0f0b33
treed99457f94dba8960093a56d34cc947b8077177b7
parentbb619d71224ea85ec94e0a83b2bb82ebe7df2a41
drm/xe/snapshot: Remove drm_err on guc alloc failures

The kernel will complain loudly if allocation fails, no need to do it
ourselves.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240221133024.898315-1-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/xe/xe_guc_submit.c