Skip to content
Commit 585e7ced authored by Tao.Huang's avatar Tao.Huang Committed by Alex Deucher
Browse files

drm/amd/display: Fix compilation error



[Why]
The C standard does not specify whether an enum is signed or unsigned.
In the function prototype, one of the argument is defined as an enum
but its declaration was unit32_t. Fix this by changing the function
argument to enum in the declaration.

Signed-off-by: default avatarTao.Huang <Tao.Huang@amd.com>
Signed-off-by: default avatarFlorin Iucha <florin.iucha@amd.com>
Reviewed-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: default avatarQingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent dbb60031
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment