diff options
author | Tao.Huang <Tao.Huang@amd.com> | 2020-09-18 11:17:44 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-02 15:29:33 -0500 |
commit | 585e7cedf304ce76410c922e632bef04fd316ead (patch) | |
tree | 946a027206212fdb569e747fe03e4fb1590ae66c /samples/hidraw/.gitignore | |
parent | dbb60031dd0c2b85f10ce4c12ae604c28d3aaca4 (diff) |
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: Tao.Huang <Tao.Huang@amd.com>
Signed-off-by: Florin Iucha <florin.iucha@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'samples/hidraw/.gitignore')
0 files changed, 0 insertions, 0 deletions