OSDN Git Service

media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 6 Dec 2020 23:53:51 +0000 (00:53 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 4 Jan 2021 11:16:36 +0000 (12:16 +0100)
commit67252cf0ea44a66fb8c0ade59a67b69a6098dfa4
tree0d24a67047fc4e27c4e49042e2bb755609aa0422
parent2e2279b53a9f48b6bab045a41096dbd781020cdd
media: ti-vpe: cal: Store buffer DMA address in dma_addr_t

dma_addr_t is the correct type to store DMA addresses. Replace incorrect
usage of unsigned long and unsigned int.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/ti-vpe/cal-video.c
drivers/media/platform/ti-vpe/cal.c
drivers/media/platform/ti-vpe/cal.h