commit | b3f4bdda998be6018b76f46b852313ae74db5606 | [log] [tgz] |
---|---|---|
author | Young Xiao <YangX92@hotmail.com> | Tue Nov 27 11:50:17 2018 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 28 15:55:37 2018 -0500 |
tree | 16caed96b72ab97dcc4ad8d097a7b0a26e02ab50 | |
parent | ce99814973ac8bd94e371a65c023efc4703af6f6 [diff] |
drm: radeon: fix overflow on 32bit systems the type mem->start is unsigned long, so this can overflow on 32bit system, since the type addr is uint64_t. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Young Xiao <YangX92@hotmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>