Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f0b5790 authored by kbuild test robot's avatar kbuild test robot Committed by Daniel Vetter
Browse files

drm/i915/skl: fix semicolon.cocci warnings



drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent db7542dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const struct drm_i915_private *dev_priv,
				break;
			case 8:
				WARN(1, "Unsupported pixel depth for rotation");
			};
			}
		}
		y_tile_minimum = plane_blocks_per_line * min_scanlines;
		selected_result = max(method2, y_tile_minimum);