aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-02-24 11:31:23 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:16:22 -0400
commit648013696767f0266aa7bd44407786a99f7a7910 (patch)
tree268917e567f4e3491e6519c6294b2112bd38d880 /drivers/gpu/drm/amd/display/dc/core/dc_surface.c
parentdrm/amd/display: Fix warnings in amdgpu_dm (diff)
downloadlinux-dev-648013696767f0266aa7bd44407786a99f7a7910.tar.xz
linux-dev-648013696767f0266aa7bd44407786a99f7a7910.zip
drm/amd/display: Fix warnings in DC
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core/dc_surface.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_surface.c b/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
index 21fedd447bd1..943895faee49 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
@@ -121,7 +121,7 @@ const struct dc_surface_status *dc_surface_get_status(
const struct dc_surface *dc_surface)
{
struct dc_surface_status *surface_status;
- struct core_surface *core_surface = DC_SURFACE_TO_CORE(dc_surface);;
+ struct core_surface *core_surface = DC_SURFACE_TO_CORE(dc_surface);
struct core_dc *core_dc;
int i;