]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: vb2: fix confusing log message
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 24 Oct 2024 11:24:35 +0000 (13:24 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 28 Oct 2024 14:35:56 +0000 (15:35 +0100)
commit5c73563a212f015cb0fe8fc6f7ffb7147f64a2f7
tree5396d4dd92a094df1679166be4c22bf61a2d399f
parent5d6d950fef1cad7ef7df63d492f5f54a8e4314b5
media: vb2: fix confusing log message

If the number of allocated buffers is less than q->min_queued_buffers,
then a debug message was logged saying that it needs at least that
many queued buffers. But the test is about allocated buffers.

Update the message to say "allocated buffers".

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Acked-by: Tomasz Figa <tfiga@chromium.org>
drivers/media/common/videobuf2/videobuf2-core.c