drm/amd/display: fix static checker warning
authorShirish S <shirish.s@amd.com>
Tue, 7 Nov 2017 03:26:25 +0000 (08:56 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:53 +0000 (12:47 -0500)
commit35888630cb65d2a7e28f44b042b671f7d6e91f60
tree0b710398c0aa11a294dad3a8af9fbbdef5a5a8fa
parent1719efc2327dc7485f30f6674c6ba4a793ac3a25
drm/amd/display: fix static checker warning

This patch fixes static checker warning of
"warn: cast after binop" introduced by
56087b31 drm/amd/display: fix high part address in dm_plane_helper_prepare_fb()

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c