commit | 6a8d559154e7b13a93114c2941aab34eb979c8d9 | [log] [tgz] |
---|---|---|
author | Dante Russo <drusso@codeaurora.org> | Tue Sep 01 16:54:35 2020 -0700 |
committer | Dante Russo <drusso@codeaurora.org> | Tue Sep 01 16:54:35 2020 -0700 |
tree | c5bbfeff410c56cb869b3ab4fa751b60dc846e60 | |
parent | 5275a39e7021040a4b172b8588a6d0f45df3709f [diff] |
Fixed Unexptected mask bits turned ON in QMI Mask A 32 bit integer LOC_API_ADAPTER_BIT_BATCH_STATUS had it's 31st bit set to 1 and added into a 64 bit mask, but since the 31st bit is the sign bit, and is stored as 2s compliement, this caused the upper 32 bits of the 64 bit mask to be filled with 1s, which enabled more QMI Mask bits than expected. This is fixed by assuring bits are all 64 bit integers. Change-Id: I641b70fb7855b907656cf398e5121e0564afce7a CRs-fixed: 2765742