drm/amdgpu/ci: add mullins to default case for smc ucode
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 22:14:39 +0000 (18:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Aug 2016 15:24:58 +0000 (11:24 -0400)
It's already covered by the default case, but add it for
consistency.

Reviewed-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/ci_dpm.c

index e2f0e5d..a5c94b4 100644 (file)
@@ -5779,6 +5779,7 @@ static int ci_dpm_init_microcode(struct amdgpu_device *adev)
                break;
        case CHIP_KAVERI:
        case CHIP_KABINI:
+       case CHIP_MULLINS:
        default: BUG();
        }