media: videobuf2: Fix the size printk format
authorDillon Min <dillon.minfei@gmail.com>
Tue, 19 Oct 2021 08:43:19 +0000 (09:43 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 15 Nov 2021 08:11:31 +0000 (08:11 +0000)
commitc9ee220d76775e42f35d634479c978d9350077d3
tree7351e2409449988b725acdff463d84372aeb45b1
parent0a08088f82c2db9cd6bce3258c79a76980c77651
media: videobuf2: Fix the size printk format

Since the type of parameter size is unsigned long,
it should printk by %lu, instead of %ld, fix it.

Fixes: 7952be9b6ece ("media: drivers/media/common/videobuf2: rename from videobuf")
Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/common/videobuf2/videobuf2-dma-contig.c