]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: rzg2l-cru: Remove debug printouts from irq
authorJacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Tue, 31 Mar 2026 08:03:47 +0000 (10:03 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 19 May 2026 07:01:49 +0000 (09:01 +0200)
commitacb6a00aa3055f13f817829b68661e8d490babe3
tree24d7ecaa98b5cb7ef9463d026562e01ded8e6d2c
parent85d8820d486939a5b3398de4ed34388c7d36f251
media: rzg2l-cru: Remove debug printouts from irq

Using dev_dbg() in irq handlers to debug per-frame events is marginally
useful and possibly not the best idea, as using printk-based helpers
introduce latencies that impact the drivers operations.

If any tracing/debugging has to be performed around frame events
in interrupt handlers, the tracing subsystem offers better alternatives.

Drop dev_dgb() calls from the CRU interrupt handlers.

Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c