drm/xe/guc: Normalize error messages with %#x
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 11 Jun 2023 22:24:45 +0000 (15:24 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:34:14 +0000 (11:34 -0500)
commit6dc3a12fb8185f98b525dbdb02fa5b810c4ff0bc
tree569deb9caa80a5cfb581f3f661b817e100b9add6
parent90738d86650729cafb6d92191e6568d4b425b20a
drm/xe/guc: Normalize error messages with %#x

One of the messages was printed without 0x prefix, so it was not clear
if it was decimal or hex: make sure to add the prefix by using %#x.
While at it, normalize the other messages in the same function to follow
the same pattern.

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20230611222447.2837573-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc.c