aboutsummaryrefslogtreecommitdiffstats
path: root/security/smc/tf_conn.c
diff options
context:
space:
mode:
authorBryan Buckley <bryan.buckley@ti.com>2011-11-29 15:29:53 -0600
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:56:11 +0200
commite7314e70bdbfd91d2ab994917f0d77df90bb54e3 (patch)
tree08eb4937236e3fc280b35cfc111bff732fe3adcb /security/smc/tf_conn.c
parentf1b0c5d5a4b70f1ad5bc8698cbb29b2edae442bf (diff)
downloadkernel_samsung_tuna-e7314e70bdbfd91d2ab994917f0d77df90bb54e3.zip
kernel_samsung_tuna-e7314e70bdbfd91d2ab994917f0d77df90bb54e3.tar.gz
kernel_samsung_tuna-e7314e70bdbfd91d2ab994917f0d77df90bb54e3.tar.bz2
OMAP: SMC: Fix-up some whitespace
Change-Id: Iead40d07843a876892f17f109619a593e3b53a58 Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
Diffstat (limited to 'security/smc/tf_conn.c')
-rwxr-xr-xsecurity/smc/tf_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smc/tf_conn.c b/security/smc/tf_conn.c
index 7f267e6..d2d3e5a 100755
--- a/security/smc/tf_conn.c
+++ b/security/smc/tf_conn.c
@@ -1152,6 +1152,7 @@ int tf_invoke_client_command(
for (i = 0; i < 4; i++) {
int param_type = TF_GET_PARAM_TYPE(
command->invoke_client_command.param_types, i);
+
if ((param_type & (TF_PARAM_TYPE_MEMREF_FLAG |
TF_PARAM_TYPE_REGISTERED_MEMREF_FLAG))
== TF_PARAM_TYPE_MEMREF_FLAG) {
@@ -1253,7 +1254,6 @@ error:
if (new_handle != NULL)
ion_free(connection->ion_client, new_handle);
#endif /* CONFIG_TF_ION */
-
/* Unmap de temp mem refs */
for (i = 0; i < 4; i++) {
if (shmem_desc[i] != NULL) {