OSDN Git Service

drm/amd: Remove needless break for legacy IP discovery MP0 9.0.0
authorMario Limonciello <mario.limonciello@amd.com>
Sun, 15 Jan 2023 19:01:56 +0000 (13:01 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Jan 2023 21:11:51 +0000 (16:11 -0500)
commitbda88a26f578520e081d532b5773a1a9c2c421eb
treef1ff8ee6ed275fe3ca43a694f3653dc2c24d01b4
parent4d3d5e6c078fe9234a814dfd643d6298542abb1b
drm/amd: Remove needless break for legacy IP discovery MP0 9.0.0

There is already a "default" case in the switch block, so there is
no need to have a break after the switch block.

Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c