diff options
| author | Kevin Wang <[email protected]> | 2020-08-24 16:50:12 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-09-03 00:33:16 -0400 |
| commit | 7c62235b95db29210814b771a05279121400af5e (patch) | |
| tree | 26ced5002c911b6cd7048e4db1249af2cedf7db8 /tools/testing/selftests/bpf/progs/sendmsg_unix_prog.c | |
| parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b (diff) | |
drm/amd/pm: fix is_dpm_running() run error on 32bit system
v1:
the C type "unsigned long" size is 32bit on 32bit system,
it will cause code logic error, so replace it with "uint64_t".
v2:
remove duplicate cast operation.
Signed-off-by: Kevin <[email protected]>
Suggest-by: Jiansong Chen <[email protected]>
Reviewed-by: Jiansong Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/sendmsg_unix_prog.c')
0 files changed, 0 insertions, 0 deletions