dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-next] drm/amd/display: Remove the unneeded result variable
@ 2022-09-02  7:54 cgel.zte
  2022-09-06 15:44 ` Rodrigo Siqueira Jordao
  0 siblings, 1 reply; 2+ messages in thread
From: cgel.zte @ 2022-09-02  7:54 UTC (permalink / raw)
  To: harry.wentland
  Cc: sunpeng.li, wenjing.liu, Zeal Robot, Xinhui.Pan,
	Rodrigo.Siqueira, linux-kernel, amd-gfx,
	meenakshikumar.somasundaram, airlied, Jerry.Zuo, zhang songyi,
	dri-devel, alexander.deucher, hanghong.ma, Jun.Lei,
	christian.koenig, Jimmy.Kizito

From: zhang songyi <zhang.songyi@zte.com.cn>

Return the enable_link_dp() directly instead of storing it in another
redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
index f9b798b7933c..4ab27e231337 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
@@ -2077,11 +2077,7 @@ static enum dc_status enable_link_edp(
 		struct dc_state *state,
 		struct pipe_ctx *pipe_ctx)
 {
-	enum dc_status status;
-
-	status = enable_link_dp(state, pipe_ctx);
-
-	return status;
+	return enable_link_dp(state, pipe_ctx);
 }
 
 static enum dc_status enable_link_dp_mst(
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-06 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  7:54 [PATCH linux-next] drm/amd/display: Remove the unneeded result variable cgel.zte
2022-09-06 15:44 ` Rodrigo Siqueira Jordao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).