]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Remove redundant [drm] tag from xe_assert() message
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 2 Sep 2024 19:07:26 +0000 (21:07 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 3 Sep 2024 09:42:42 +0000 (11:42 +0200)
commit9f6b47907e2d01bfa90c3003e42b6dfeefd8d03a
tree160097aaf752c997ac27ddff5c78c64a84d53ba6
parentda6ec743397702e0b551bcacfeaa48829d303a29
drm/xe: Remove redundant [drm] tag from xe_assert() message

Since commit 178c0a33c421 ("drm/print: Add generic drm dev printk
function") the output from drm_WARN() includes previously missing
the [drm] tag, so now xe_assert() is printing it twice:

  [ ] xe 0000:00:02.0: [drm] [drm] Assertion `false` failed!

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240902190726.1748-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_assert.h