Skip to content

Commit 3b42ca8

Browse files
Zheng Yongjunalexdeucher
authored andcommitted
drm/amdgpu: Remove unneeded semicolon
Remove unneeded semicolon. Signed-off-by: Zheng Yongjun <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ea2be5c commit 3b42ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/aldebaran.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(struct amdgpu_device *adev)
227227
break;
228228
default:
229229
break;
230-
};
230+
}
231231
}
232232

233233
/* Reinit NBIF block */

0 commit comments

Comments
 (0)