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

Commit 81343ed7 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Correct section size for gmu version in snapshot



The size is in terms of number of dwords and not bytes.

Change-Id: I155a3539bf260c754169da4018b7a2c11a2c43d9
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 9812e86a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1630,7 +1630,7 @@ static size_t a6xx_snapshot_gmu_version(struct kgsl_device *device,
	}

	header->type = ver->type;
	header->size = sizeof(uint32_t);
	header->size = 1;

	*data = ver->value;