diff options
author | Tao.Huang <[email protected]> | 2020-09-18 11:17:44 +0300 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-11-02 15:29:33 -0500 |
commit | 585e7cedf304ce76410c922e632bef04fd316ead (patch) | |
tree | 946a027206212fdb569e747fe03e4fb1590ae66c /tools/testing/selftests/bpf/progs/test_autoload.c | |
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 <[email protected]>
Signed-off-by: Florin Iucha <[email protected]>
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions