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

From: Vinod Koul
Date: Fri May 19 2023 - 06:47:45 EST


On 19-05-23, 11:34, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> 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