Commit 30c3ffb8 authored by Liao Yuanhong's avatar Liao Yuanhong Committed by Jani Nikula
Browse files

drm/i915/gvt: Remove redundant ternary operators



For ternary operators in the form of "a ? false : true", if 'a' itself
returns a boolean result, the ternary operator can be omitted. Remove
redundant ternary operators to clean up the code.

Signed-off-by: default avatarLiao Yuanhong <liaoyuanhong@vivo.com>
Link: https://lore.kernel.org/r/20250904112644.350512-1-liaoyuanhong@vivo.com


Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 55c771b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1921,7 +1921,7 @@ static int perform_bb_shadow(struct parser_exec_state *s)
	if (!bb)
		return -ENOMEM;

	bb->ppgtt = (s->buf_addr_type == GTT_BUFFER) ? false : true;
	bb->ppgtt = s->buf_addr_type != GTT_BUFFER;

	/*
	 * The start_offset stores the batch buffer's start gma's