drm/i915: Use sizeof(variable) instead sizeof(type)
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Oct 2022 11:38:56 +0000 (14:38 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 3 Nov 2022 15:36:37 +0000 (17:36 +0200)
commita4df7ac78513131abcaeafd9dc12467e2463f573
treeb8b1b2bca56775a3a51e10af7bda7818d18097e8
parentad7632ff0ebfacab5936e70a4187c2f0fa789627
drm/i915: Use sizeof(variable) instead sizeof(type)

Use sizeof(variable) instead of sizeof(type) in the hopes of
less chance of screwing things up.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221026113906.10551-2-ville.syrjala@linux.intel.com
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
drivers/gpu/drm/i915/display/intel_color.c