]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: videobuf2-core: fix dprintk level
authorAlexandre Courbot <acourbot@chromium.org>
Tue, 26 Nov 2019 08:12:17 +0000 (09:12 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 12 Mar 2020 16:21:57 +0000 (17:21 +0100)
commit2362a3d189fcc54252c6bda9579bd17bea5cc2f7
tree18a689516f5b4449c7fd391d9b2ec2d4e7fa8c78
parent791b7be14e93cfdbba59d529483b50f84e53e857
media: videobuf2-core: fix dprintk level

This dprintk is supposed to be informational, not an error. Set it to
the same level as the other messages related to memory allocations so
the kernel log does not get filled by messages during normal operation.

Signed-off-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/common/videobuf2/videobuf2-core.c