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

Commit 458ed8c9 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

iommu/arm-smmu: Fix tbu_ids type in qsmmuv500_tlb_sync_timeout()



qsmmuv500_tlb_sync_timeout() uses for_each_set_bit() to iterate
through the TBU IDs. However, for_each_set_bit() operates on
unsigned longs, while tbu_ids is a u32 variable. Change the type
of tbu_ids to unsigned long.

Change-Id: If59eedebb21d388f864a0e2579f8af6bb1fc0b75
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent bca5c0ff
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