aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/smc/tf_device_mshield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smc/tf_device_mshield.c b/security/smc/tf_device_mshield.c
index 6139ad6..17f1451 100644
--- a/security/smc/tf_device_mshield.c
+++ b/security/smc/tf_device_mshield.c
@@ -333,7 +333,7 @@ void __init tf_allocate_workspace(void)
else
dev->workspace_addr = smc_address;
- pr_info("SMC: Allocated workspace of %x Bytes at (0x%x)\n",
+ pr_info("SMC: Allocated workspace of 0x%x Bytes at (0x%x)\n",
dev->workspace_size,
dev->workspace_addr);
}