From: Olav Haugan Date: Tue, 5 Aug 2014 01:31:49 +0000 (-0700) Subject: ARM: qcom: scm: Add logging of actual return code from scm call X-Git-Tag: fixes-v4.0-rc1~87^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4139447035463a1ec96ceef268716dd5cec6373c;p=pandora-kernel.git ARM: qcom: scm: Add logging of actual return code from scm call When an error occurs during an scm call the error returned is remapped so we lose the original error code. This means that when an error occurs we have no idea what actually failed within the secure environment. Add a logging statement that will log the actual error code from scm call allowing us to easily determine what caused the error to occur. Signed-off-by: Olav Haugan Signed-off-by: Stephen Boyd Signed-off-by: Kumar Gala --- Reading git-diff-tree failed