drm/i915: Prefix hex numbers with 0x
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 30 Jan 2023 18:17:01 +0000 (20:17 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Feb 2023 19:42:08 +0000 (21:42 +0200)
commit2cfd1b38413c15d1c0af6e24ec3f0af8c36cc27d
tree1a4319e90629c70f9d42eeb46a5c1165fa592f24
parent3cd7cb2a7b6b94841aa7aad4c56ac5d7bad683ad
drm/i915: Prefix hex numbers with 0x

It's hard to figure out whether the number is hex
or decimal if doesn't have the 0x to indicate hex.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230130181701.29977-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_device_info.c