]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc51320581716f0effe23e2651666ea0804e2b93
tree890fb2c273c728dbd5db602a12823efae6d71368
parent2ad325b0beb9e6ffb596bfad7fd9e71093c82d1e
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