Commit 34ce1a6a authored by Zhongjun Tan's avatar Zhongjun Tan Committed by Alex Deucher
Browse files

drm/amdgpu/display: Remove duplicated argument to ||



Remove duplicated argument to ||

Signed-off-by: default avatarZhongjun Tan <tanzhongjun@coolpad.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 30ef0808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ void dml32_CalculateBytePerPixelAndBlockSizes(
		*BytePerPixelDETC = 0;
		*BytePerPixelY = 4;
		*BytePerPixelC = 0;
	} else if (SourcePixelFormat == dm_444_16 || SourcePixelFormat == dm_444_16) {
	} else if (SourcePixelFormat == dm_444_16) {
		*BytePerPixelDETY = 2;
		*BytePerPixelDETC = 0;
		*BytePerPixelY = 2;