OSDN Git Service

soc: qcom: smem: Fix errant private access
authorAndy Gross <agross@codeaurora.org>
Wed, 12 Aug 2015 04:48:15 +0000 (23:48 -0500)
committerAndy Gross <agross@codeaurora.org>
Wed, 9 Sep 2015 20:56:52 +0000 (15:56 -0500)
commit18912806bbf8bd6e2b5cb12317679790eb0e0ce4
tree890fb2c273c728dbd5db602a12823efae6d71368
parent61e19ba99e2a88392dcaee4b5e7f3e23548b8164
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>
drivers/soc/qcom/smem.c