drm/xe/pat: Use 0 instead of space on error
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 6 Sep 2023 19:30:09 +0000 (12:30 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:41:03 +0000 (11:41 -0500)
commit8bc454baf4036f4684bf30951dc3f6d96eb93f5f
tree18d76a188d1fc99cb2be8a5bef30b2afb31fe785
parente6a373dc3d1267f828a3e6523fe2e46c6824d3e4
drm/xe/pat: Use 0 instead of space on error

Use 0 in format string instead of space so it shows as

[drm] *ERROR* Missing PAT table for platform with graphics version 20.04!

instead of

[drm] *ERROR* Missing PAT table for platform with graphics version 20. 4!

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20230906193009.1912129-1-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_pat.c