drm/i915: Add missing else to the if ladder in missing else
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 17 Feb 2025 07:00:40 +0000 (09:00 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 17 Feb 2025 23:24:57 +0000 (01:24 +0200)
commit63f39ad858cdf1f5f25489f31fb66adda2d1d33e
treebb22b17ab1d7bbb0dce0d368519a68279bc0747c
parent1bcba228535f8c551d6ffe355c347415a88c1dc8
drm/i915: Add missing else to the if ladder in missing else

The if ladder in gen8_de_pipe_fault_mask() was missing one
else, add it. Doesn't actually matter since each if branch
just returns directly. But the code is less confusing when
you always do things the same way.

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250217070047.953-2-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display_irq.c