提交 11f55a3a 编写于 作者: H Huang Rui 提交者: Alex Deucher

drm/amdgpu: fix incorrect type of info_id

Signed-off-by: NHuang Rui <ray.huang@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 eadf9543
......@@ -121,13 +121,13 @@ enum cgs_system_info_id {
};
struct cgs_system_info {
uint64_t size;
uint64_t info_id;
uint64_t size;
enum cgs_system_info_id info_id;
union {
void *ptr;
uint64_t value;
void *ptr;
uint64_t value;
};
uint64_t padding[13];
uint64_t padding[13];
};
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册