]> Git Repo - linux.git/commitdiff
drm/amd/powerplay: fix coccinelle warnings in vega10_hwmgr.c
authorRex Zhu <[email protected]>
Mon, 7 Aug 2017 07:32:29 +0000 (15:32 +0800)
committerAlex Deucher <[email protected]>
Tue, 15 Aug 2017 18:46:14 +0000 (14:46 -0400)
delete unneeded semicolon.

Signed-off-by: Rex Zhu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

index 4aa0a767fc16d4798c6b307ce5984d31b7b18580..58f9b1a58845f11ab77dddc4c4fa0236a5f5fbd3 100644 (file)
@@ -2313,7 +2313,7 @@ static int vega10_acg_enable(struct pp_hwmgr *hwmgr)
                smum_send_msg_to_smc(hwmgr->smumgr, PPSMC_MSG_InitializeAcg);
 
                smum_send_msg_to_smc(hwmgr->smumgr, PPSMC_MSG_RunAcgBtc);
-               vega10_read_arg_from_smc(hwmgr->smumgr, &agc_btc_response);;
+               vega10_read_arg_from_smc(hwmgr->smumgr, &agc_btc_response);
 
                if (1 == agc_btc_response) {
                        if (1 == data->acg_loop_state)
This page took 0.060646 seconds and 4 git commands to generate.