Skip to content

Commit 45e3d1d

Browse files
Guchun Chenalexdeucher
authored andcommitted
drm/amdgpu: drop redundant semicolon
A minor typo. Signed-off-by: Guchun Chen <[email protected]> Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4c3adc0 commit 45e3d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ static int amdgpu_discovery_set_mes_ip_blocks(struct amdgpu_device *adev)
10231023
amdgpu_device_ip_block_add(adev, &mes_v10_1_ip_block);
10241024
break;
10251025
default:
1026-
break;;
1026+
break;
10271027
}
10281028
return 0;
10291029
}

0 commit comments

Comments
 (0)