drm/amdgpu: Remove unneeded semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Tue, 1 Jun 2021 14:20:55 +0000 (22:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Jun 2021 02:55:39 +0000 (22:55 -0400)
Remove unneeded semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/aldebaran.c

index 65b1dca..148f6c3 100644 (file)
@@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(struct amdgpu_device *adev)
                        break;
                default:
                        break;
-               };
+               }
        }
 
        /* Reinit NBIF block */