[PATCH 1/2] dmaengine: ste_dma40: use correct print specfier for resource_size_t

Linus Walleij linus.walleij at linaro.org
Tue May 16 23:50:35 PDT 2023


On Wed, May 17, 2023 at 8:44 AM Vinod Koul <vkoul at kernel.org> wrote:

> 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 <lkp at intel.com>
> Fixes: 5a1a3b9c19dd ("dmaengine: ste_dma40: Get LCPA SRAM from SRAM node")
> Signed-off-by: Vinod Koul <vkoul at kernel.org>

Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Sorry for missing this.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list