]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: saa6588: Remove dprintk macro and use v4l2_info()
authorShrikant Raskar <raskar.shree97@gmail.com>
Fri, 31 Oct 2025 16:56:45 +0000 (22:26 +0530)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 13 Jan 2026 12:10:07 +0000 (13:10 +0100)
commitceff18405f6bd7cf87bd4f47648d902ca9fc0e01
tree527ae09ee290d3b75398a729ae790798f749f0e0
parent56a8676456e1eb6882ec90e3544b3622979c0a11
media: saa6588: Remove dprintk macro and use v4l2_info()

The existing 'dprintk' macro used an unwrapped 'if' statement which was
flagged by checkpatch, but instead of wrapping it, the debug handling
can be simplified.

This patch removes the 'dprintk' macro entirely and replaces all its
usages with v4l2_info() helper. The unused 'PREFIX' macro is also
removed.

Signed-off-by: Shrikant Raskar <raskar.shree97@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/saa6588.c