diff options
author | Bryan Buckley <bryan.buckley@ti.com> | 2011-09-26 22:55:54 -0700 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2011-10-12 08:06:41 -0500 |
commit | f13f05a228fa3451e17952897389a9bf47dee057 (patch) | |
tree | 0a89349fcd47bc7b6e4c6118df313b28bf5696d6 /security | |
parent | e31470af45c8c42440d9316ed27f8cc69c0d502d (diff) | |
download | kernel_samsung_espresso10-f13f05a228fa3451e17952897389a9bf47dee057.zip kernel_samsung_espresso10-f13f05a228fa3451e17952897389a9bf47dee057.tar.gz kernel_samsung_espresso10-f13f05a228fa3451e17952897389a9bf47dee057.tar.bz2 |
OMAP4: SMC: Make print of allocation size clearer
Add 0x in front of hex value being printed.
Change-Id: Ia1e851077217ad20b29c4746bef69ae2dcf29c77
Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/smc/tf_device_mshield.c | 2 |
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); } |