]> git.baikalelectronics.ru Git - kernel.git/commit
media: ti-vpe: fix smatch error
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sun, 3 Nov 2019 11:23:36 +0000 (12:23 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Nov 2019 06:27:47 +0000 (07:27 +0100)
commit339ca7f012397b8d037397dd7cd3a3c042f78c0f
tree60b7737d91ae4bcac167ca032a2727d33c909519
parenta50fbf183239f80c8f7f108c78d6a1ecbca31a8c
media: ti-vpe: fix smatch error

This patch fixes this error:

drivers/media/platform/ti-vpe/vpdma.c:767 dump_dtd() error: '%pad' expects argument of type 'dma_addr_t*', argument 2 has type 'uint*'

dtd->start_addr is a u32, so no need for %pad.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/ti-vpe/vpdma.c