]> www.infradead.org Git - users/willy/xarray.git/commitdiff
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 65b1dca4b02e0c5644b53e6a90c0d8dad290ddb6..148f6c3343ab8de829cb701e901d69ae8b64fd93 100644 (file)
@@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(struct amdgpu_device *adev)
                        break;
                default:
                        break;
-               };
+               }
        }
 
        /* Reinit NBIF block */