commit | 3680beba1060ecad3effafd96f01fc8551900d16 | [log] [tgz] |
---|---|---|
author | Azhar Shaikh <azhars@codeaurora.org> | Thu Oct 02 12:13:42 2014 -0700 |
committer | chrmhoffmann <chrmhoffmann@gmail.com> | Sun Sep 17 12:18:06 2017 +0200 |
tree | 547002fc479a476017670418ef4ac251cdd36698 | |
parent | a0ef1c2fbcef760186ec665ad57375e4da763480 [diff] |
msm: bam: Use memset_io instead of memset Currently memset is used to zero out the descriptor and data FIFOs, however if the memory is IO-mapped, memset may cause alignment faults. Use memset_io to accommodate the possibility of IO-mapped memory. Change-Id: I8d513c1c7f4bdd3df6f4072f989536d10dfe8976 Signed-off-by: Azhar Shaikh <azhars@codeaurora.org>