mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amd/powerplay: Remove unused variable causing compile warning
If treating warnings as errors this causes a build error Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com> Reviewed-by: Alex Deucher <Alexander.Deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
83667ed698
commit
738d98c994
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
struct cz_smumgr *cz_smu = (struct cz_smumgr *)(smumgr->backend);
|
||||
int result = 0;
|
||||
uint32_t smc_address;
|
||||
|
||||
if (!smumgr->reload_fw) {
|
||||
|
|
Loading…
Add table
Reference in a new issue