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

Skip to content
Commit 6ef1a2a9 authored by Shrenuj Bansal's avatar Shrenuj Bansal Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Use phys_addr_t to store the ptbase



We compute the ptbase from the SMMU driver and read the TTBR0 to
compare the two. However, the ptbase obtained from the SMMU driver
is a phys_addr_t and the one we read from TTBR0 is an unsigned int.
Change it to a phys_addr_t to avoid comparison errors.

Change-Id: I46c249ab98eb7ad6d4a15388267a84f1210111ff
Signed-off-by: default avatarShrenuj Bansal <shrenujb@codeaurora.org>
parent 6e1a63ca
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