drm/xe: Rely on kmalloc/kzalloc log message
authorFrancois Dugast <francois.dugast@intel.com>
Wed, 19 Jul 2023 13:20:59 +0000 (13:20 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:51 +0000 (11:37 -0500)
commit955c09e2cc4894b5997f548de1bd3bdfa18e60e4
tree10cee0ec2b5f694f4b98cf611b9f95cdcea79454
parent4d18eac03212fc2d8c3d9715e2261ac50e989403
drm/xe: Rely on kmalloc/kzalloc log message

Those messages are unnecessary because a generic message is already
produced in case of allocation failure. Besides, this also removes a
misuse of the XE_IOCTL_DBG macro.

Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt_debugfs.c
drivers/gpu/drm/xe/xe_guc_debugfs.c
drivers/gpu/drm/xe/xe_huc_debugfs.c
drivers/gpu/drm/xe/xe_query.c