Skip to content
Commit ef1e1c41 authored by Vinod Koul's avatar Vinod Koul
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Fixes: 5a1a3b9c

 ("dmaengine: ste_dma40: Get LCPA SRAM from SRAM node")
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20230517064434.141091-1-vkoul@kernel.org
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8d81d3a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment