Reviewed-by: Edward O'Callaghan On 07/30/2016 08:16 AM, Alex Deucher wrote: > It's already covered by the default case, but add it for > consistency. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > index 7bd6174..a0d63a2 100644 > --- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > +++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > @@ -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(); > } > >