diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-01-19 01:33:43 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-28 17:58:41 -0500 |
| commit | 05ec899140d2f602544f9ec6aa753ab36feff0b0 (patch) | |
| tree | 4d25bc9fa26ede922613b34aff73f810ab8160e4 /include | |
| parent | 562274730a959094c85e1be5e0eb344ea272432a (diff) | |
bootcount: fix printf() code
For printing phys_addr_t we should use %pa to avoid warning like:
drivers/bootcount/bootcount_syscon.c:110:17: note: in expansion of macro ‘dev_err’
110 | dev_err(dev, "%s: Unsupported register size: %d\n", __func__,
| ^~~~~~~
seen for sandbox_defconfig with CONFIG_PHYS_64BIT=y.
Cf. commit 1eebd14b7902 ("vsprintf: Add modifier for phys_addr_t")
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
