projects
/
platform
/
kernel
/
linux-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e2646
)
firmware: thead: Fix format warning
93/316093/1
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 13 Aug 2024 11:11:59 +0000
(20:11 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 13 Aug 2024 11:12:01 +0000
(20:12 +0900)
Fix format warning with proper printing format.
Change-Id: Ie25c9d68846c78ea5f3b8c13791f932971ac36e9
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/firmware/thead/light_aon.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/thead/light_aon.c
b/drivers/firmware/thead/light_aon.c
index 754e66e6f01cf0b3406144d6bcc2a013a75f16f6..099d1632438d7a2af1f3d4970105a8938d681cf5 100644
(file)
--- a/
drivers/firmware/thead/light_aon.c
+++ b/
drivers/firmware/thead/light_aon.c
@@
-278,7
+278,7
@@
static int light_aon_probe(struct platform_device *pdev)
}
aon_chan->log_mem = ioremap(aon_chan->log_phy, aon_chan->log_size);
if (!IS_ERR(aon_chan->log_mem)) {
- printk("%s:virtual_log_mem=0x%p, phy base=0x%llx,size:%
d
\n",
+ printk("%s:virtual_log_mem=0x%p, phy base=0x%llx,size:%
zu
\n",
__func__, aon_chan->log_mem, aon_chan->log_phy,
aon_chan->log_size);
} else {