diff options
author | Vinod Koul <[email protected]> | 2023-05-17 12:14:33 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-05-18 16:56:38 +0530 |
commit | ef1e1c41a11d37069029bc0563c2fa6915d9880b (patch) | |
tree | a3f7ac7a7d153f4d035b1aade129ea47baa7e166 /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | 8d81d3a0e97d54d6f6b58fb8ea011b1fa0991f6f (diff) |
dmaengine: ste_dma40: use correct print specfier for resource_size_t
We should use %pR for printing resource_size_t, so update that fixing
the warning:
drivers/dma/ste_dma40.c:3556:25: warning: format specifies type 'unsigned int'
but the argument has type 'resource_size_t' (aka 'unsigned long long') [-Wformat]
Reported-by: kernel test robot <[email protected]>
Fixes: 5a1a3b9c19dd ("dmaengine: ste_dma40: Get LCPA SRAM from SRAM node")
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions