summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
diff options
context:
space:
mode:
authorJulia Lawall <julia.lawall@lip6.fr>2017-02-14 07:14:58 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:14:54 -0400
commit17a96033dae7e56cd48d1b3c952e0b4ca9384312 (patch)
tree2967fb1f6bf8d43a03d13dec98f8e566174234ea /drivers/gpu/drm/amd/display
parent5866e7cf7d4f989cc17a781b8c4315345bc6de04 (diff)
downloadlinux-17a96033dae7e56cd48d1b3c952e0b4ca9384312.tar.bz2
drm/amd/dc: fix semicolon.cocci warnings
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
index e4e86110d45d..991828f503aa 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
@@ -135,7 +135,7 @@ static void update_num_audio(
break;
default:
DC_ERR("DC: unexpected audio fuse!\n");
- };
+ }
}
bool resource_construct(