Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11f55a3a authored by Huang Rui's avatar Huang Rui Committed by Alex Deucher
Browse files

drm/amdgpu: fix incorrect type of info_id

parent eadf9543
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;