commit | 1fdd09704dc811d7b0ab9cd464cddc751f94e99f | [log] [tgz] |
---|---|---|
author | Ben Romberger <bromberg@codeaurora.org> | Tue Sep 24 12:37:36 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 15 23:05:23 2013 -0700 |
tree | 5ad7a1810e6b4b50b92effefd0e1c67ee0ffeeab | |
parent | 0895acc0abcd2a2232d35f9384be2f0fb57fe995 [diff] |
ASoC: msm: Change acdb_mmap size variable to unsigned The acdb_mmap fuction does a size calculation but stores the result in an int which makes negitive numbers possible. Changing the variable to unsigned ensures that the size used is never out of bounds. Change-Id: Ie3cf4c0a1037e7f5fef29b8301becc6c19200ed6 CRs-fixed: 548145 Signed-off-by: Ben Romberger <bromberg@codeaurora.org>