OSDN Git Service

drm/amd/display: remove gcc warning Wunused-but-set-variable
authorChenwandun <chenwandun@huawei.com>
Sat, 19 Oct 2019 03:23:51 +0000 (11:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Oct 2019 15:19:00 +0000 (11:19 -0400)
commitb69cd5dd019a474fb445651d5461a8d5e2301ea9
treebcdf2b3b35196199849ea9ac60c8fb4aa44f7293
parentdb5e65fcb39352e193bb67b3ba276c1c04918518
drm/amd/display: remove gcc warning Wunused-but-set-variable

drivers/gpu/drm/amd/display/dc/dce/dce_aux.c: In function dce_aux_configure_timeout:
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c: warning: variable timeout set but not used [-Wunused-but-set-variable]

Signed-off-by: Chenwandun <chenwandun@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c