drm/amd/amdgpu: Don't proceed in audio_fini in DCEv11 if disabled
authorTom St Denis <tom.stdenis@amd.com>
Wed, 2 Mar 2016 13:58:07 +0000 (08:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Mar 2016 16:01:51 +0000 (11:01 -0500)
commit29f646dfb2269fa55d48a8d8c91a42ee64e5e4fc
treea78c45bd19768b5b7ad53b09b9cd79ec4f546ad5
parent2f568dbd6b944c2e8c0c54b53c2211c23995e6a4
drm/amd/amdgpu: Don't proceed in audio_fini in DCEv11 if disabled

If amdgpu_audio is disabled then the audio structure is not initialized
so we shouldn't read it in the fini function.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c