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

Skip to content
Commit ad9f9a55 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

iommu: arm-smmu: use bitwise operator instead of logical



A logical and ('&&') has been used instead of a bitwise and ('&')
in (smmu->options && ARM_SMMU_OPT_SKIP_INIT), so replace it with
bitwise and.

Change-Id: I52eab6674403c3f59aacbf4e07832b8b2354b71d
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 842d1eea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment