commit | 18912806bbf8bd6e2b5cb12317679790eb0e0ce4 | [log] [tgz] |
---|---|---|
author | Andy Gross <agross@codeaurora.org> | Tue Aug 11 23:48:15 2015 -0500 |
committer | Andy Gross <agross@codeaurora.org> | Wed Sep 09 15:56:52 2015 -0500 |
tree | 890fb2c273c728dbd5db602a12823efae6d71368 | |
parent | 61e19ba99e2a88392dcaee4b5e7f3e23548b8164 [diff] |
soc: qcom: smem: Fix errant private access This patch corrects private partition item access. Instead of falling back to global for instances where we have an actual host and remote partition existing, return the results of the private lookup. Signed-off-by: Andy Gross <agross@codeaurora.org>