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

Skip to content
Commit c2a519bb authored by Jeremy Gebben's avatar Jeremy Gebben
Browse files

msm: kgsl: make the snapshot buffer a byte buffer



Add type safety to the snapshot section functions by making
the buffer be a 'u8 *' instead of a 'void *'. This makes
it easier to ensure that you don't accidently pass a pointer
to something else, like a struct kgsl_snapshot, into the wrong
function. Also rename the buffer argument to 'buf', to
avoid ambiguity with struct kgsl_snapshot arguments that
are called 'snapshot'.

Change-Id: I98e0a20062859a855aeb22d65aba1ceccee3e8af
Signed-off-by: default avatarJeremy Gebben <jgebben@codeaurora.org>
parent 38fb8d37
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment