mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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>
This commit is contained in:
parent
e6a373dc3d
commit
8bc454baf4
|
|
@ -107,7 +107,7 @@ void xe_pat_init(struct xe_gt *gt)
|
|||
* raise an error rather than trying to silently inherit the
|
||||
* most recent platform's behavior.
|
||||
*/
|
||||
drm_err(&xe->drm, "Missing PAT table for platform with graphics version %d.%2d!\n",
|
||||
drm_err(&xe->drm, "Missing PAT table for platform with graphics version %d.%02d!\n",
|
||||
GRAPHICS_VER(xe), GRAPHICS_VERx100(xe) % 100);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user