[PATCH] [v2] dmaengine: ste_dma40: use proper format string for resource_size_t

Vinod Koul vkoul at kernel.org
Fri May 19 03:47:36 PDT 2023


On 19-05-23, 11:34, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> A fixup for a printk format string warning causes an out-of-bounds
> variable access as the %pR string expects a struct resource instead of
> a plain resource_size_t.
> 
> Change both to the special %pap and %pap helpers for these types.

Applied, thanks

-- 
~Vinod



More information about the linux-arm-kernel mailing list