commit | 4d716bb889983fe2afe5ea4b62b0c6f3c1573273 | [log] [tgz] |
---|---|---|
author | Fred Oh <fred@codeaurora.org> | Tue Jul 30 10:14:46 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Aug 05 11:21:33 2013 -0700 |
tree | 246edae795043b59ea167ba2d4fae4bf6a03e115 | |
parent | 521afc3bf9a0130e68bf1272628c5cce86ef2ca0 [diff] |
ASoC: msm8x10-wcd: fix missing iounmap after ioremapped memory If ioremap is used, iounmap has to be called. Missing iounmap call cause flooding vmalloc table which will end up with random crashes. CRs-fixed: 502923 Change-Id: I45fa48d583503470c8fa9549c9c5f60d903e38ed Signed-off-by: Fred Oh <fred@codeaurora.org>