Skip to content
Commit d17d9ea9 authored by Randy Dunlap's avatar Randy Dunlap Committed by Vinod Koul
Browse files

dmaengine: iop-adma.c: fix printk format warning



Fix printk format warning in iop-adma.c (seen on x86_64) by using
%pad:

../drivers/dma/iop-adma.c:118:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t {aka long long unsigned int}’ [-Wformat=]

Fixes: c2110923 ("dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarDan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/1803541f-98a6-7cce-b050-ff1e9a333ab2@infradead.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 402096cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment