diff options
author | Kevin Wang | 2020-08-24 16:50:12 +0800 |
---|---|---|
committer | Alex Deucher | 2020-09-03 00:33:16 -0400 |
commit | 7c62235b95db29210814b771a05279121400af5e (patch) | |
tree | 26ced5002c911b6cd7048e4db1249af2cedf7db8 /drivers/thermal | |
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 <kevin1.wang@amd.com>
Suggest-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Jiansong Chen <Jiansong.Chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/thermal')
0 files changed, 0 insertions, 0 deletions