drm/amdgpu: fix incorrect type of info_id

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Huang Rui 2016-07-16 13:24:45 +08:00 committed by Alex Deucher
parent eadf954317
commit 11f55a3ae6

View File

@ -122,7 +122,7 @@ enum cgs_system_info_id {
struct cgs_system_info {
uint64_t size;
uint64_t info_id;
enum cgs_system_info_id info_id;
union {
void *ptr;
uint64_t value;