summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanghuang Liang <changhuang.liang@starfivetech.com>2024-01-23 09:29:04 +0300
committerChanghuang Liang <changhuang.liang@starfivetech.com>2024-01-23 09:34:26 +0300
commit550db9a19ed05e70dd24f44066b8a14a5812fb4e (patch)
treeddebc3bfff6142410d3c04274a3dd057ee0523c2
parent62875c2a5d2ff08e3aed4b5f9de14ba2386a9dc8 (diff)
downloadlinux-550db9a19ed05e70dd24f44066b8a14a5812fb4e.tar.xz
media: starfive: Lower the priority of print
Lower the priority of print Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
-rw-r--r--drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c b/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
index e82588d10c8d..7832a32f6073 100644
--- a/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
+++ b/drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c
@@ -200,8 +200,7 @@ static irqreturn_t stf_vin_isp_irq_csiline_handler(int irq, void *priv)
reg_set_bit(ispbase, ISP_REG_CSIINTS_ADDR, 0x30000, 0x30000);
reg_set_bit(ispbase, ISP_REG_IESHD_ADDR, BIT(1) | BIT(0), 0x3);
} else {
- st_err_ratelimited(ST_VIN,
- "isp shadow_lock locked. skip this frame\n");
+ st_warn(ST_VIN, "isp shadow_lock locked. skip this frame\n");
}
/* clear interrupt */