summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/bios
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-11-28 05:31:38 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-12-03 01:55:08 +0300
commitc09f5e000d1e96de95da1aae2ce7ba25d3d207a7 (patch)
tree80f1cbdfd11242b07cdab524fc0658b8fe77edc3 /drivers/gpu/drm/amd/display/dc/bios
parent4c56feac0d47b0cf620a8f2e62c1c9cda8e22e54 (diff)
downloadlinux-c09f5e000d1e96de95da1aae2ce7ba25d3d207a7.tar.xz
drm/amd/display: Remove unneeded semicolon in bios_parser2.c
Fixes coccicheck warning: drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c:995:2-3: Unneeded semicolon Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
index eb06ee765c78..4e24717ee87b 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
@@ -992,7 +992,7 @@ static uint32_t get_support_mask_for_device_id(struct device_id device_id)
break;
default:
break;
- };
+ }
/* Unidentified device ID, return empty support mask. */
return 0;