diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2021-04-21 17:00:40 +0300 | 
|---|---|---|
| committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-05-28 06:27:28 +0300 | 
| commit | 3e25e407a1c93b53a87a7743ea0cd4703d3985b7 (patch) | |
| tree | 786e3af8963bb65aa9a0d2ce91c4b679cfe0d625 /scripts/gdb/linux | |
| parent | ee99ee7c929c3e7484b663c4b7da91ab1f050d5b (diff) | |
| download | linux-3e25e407a1c93b53a87a7743ea0cd4703d3985b7.tar.xz | |
remoteproc: stm32: fix phys_addr_t format string
A phys_addr_t may be wider than an int or pointer:
drivers/remoteproc/stm32_rproc.c: In function 'stm32_rproc_da_to_pa':
drivers/remoteproc/stm32_rproc.c:583:30: error: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'phys_addr_t' {aka 'long long unsigned int'} [-Werror=format=]
  583 |                 dev_dbg(dev, "da %llx to pa %#x\n", da, *pa);
Print it by reference using the special %pap format string.
Reviewed-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Fixes: 8a471396d21c ("remoteproc: stm32: Move resource table setup to rproc_ops")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210421140053.3727528-1-arnd@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions
