media: videobuf2: Fix the size printk format
authorDillon Min <dillon.minfei@gmail.com>
Tue, 19 Oct 2021 08:43:19 +0000 (09:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:03:07 +0000 (11:03 +0100)
commit26e8cd84d7d2cd8529092bae62549c33d60f2624
tree63f664f11391dc6942027a458fb7137081d89e39
parent6b3a83a450ddc2c8de5eeae2fd18e713b328627e
media: videobuf2: Fix the size printk format

[ Upstream commit c9ee220d76775e42f35d634479c978d9350077d3 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/common/videobuf2/videobuf2-dma-contig.c