提交 738d98c9 编写于 作者: J Jordan Lazare 提交者: Alex Deucher

drm/amd/powerplay: Remove unused variable causing compile warning

If treating warnings as errors this causes a build error
Signed-off-by: NJordan Lazare <Jordan.Lazare@amd.com>
Reviewed-by: NAlex Deucher <Alexander.Deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 83667ed6
...@@ -144,7 +144,6 @@ static int cz_send_msg_to_smc_with_parameter(struct pp_smumgr *smumgr, ...@@ -144,7 +144,6 @@ static int cz_send_msg_to_smc_with_parameter(struct pp_smumgr *smumgr,
static int cz_request_smu_load_fw(struct pp_smumgr *smumgr) static int cz_request_smu_load_fw(struct pp_smumgr *smumgr)
{ {
struct cz_smumgr *cz_smu = (struct cz_smumgr *)(smumgr->backend); struct cz_smumgr *cz_smu = (struct cz_smumgr *)(smumgr->backend);
int result = 0;
uint32_t smc_address; uint32_t smc_address;
if (!smumgr->reload_fw) { if (!smumgr->reload_fw) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册