media: rp1: cfe: Fix verbose debug print
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 22 Sep 2023 09:41:35 +0000 (12:41 +0300)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:02 +0000 (11:35 +0000)
commit23a9c28fa23d8ae976d44acd97110f847eacd9a8
tree9e43bb6627ac0fe9a12ba97bb2196b27fc665fd6
parentd8260ae9080b2221cfd69810f55c7eee25cb69b0
media: rp1: cfe: Fix verbose debug print

The debug print in cfe_schedule_next_csi2_job() is printed every frame,
and should thus use cfe_dbg_irq() to avoid spamming, rather than cfe_dbg().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/media/platform/raspberrypi/rp1_cfe/cfe.c