diff options
author | andy.hu <andy.hu@starfivetech.com> | 2024-01-26 12:44:11 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2024-01-26 12:44:11 +0300 |
commit | 3d2bae860d5600342663b76ff6ab0d46462d8f9c (patch) | |
tree | ddebc3bfff6142410d3c04274a3dd057ee0523c2 | |
parent | 62875c2a5d2ff08e3aed4b5f9de14ba2386a9dc8 (diff) | |
parent | 550db9a19ed05e70dd24f44066b8a14a5812fb4e (diff) | |
download | linux-3d2bae860d5600342663b76ff6ab0d46462d8f9c.tar.xz |
Merge branch 'CR_8965_vin_61_changhuang.liang' into 'jh7110-6.1.y-devel'
CR_8965_vin_61_changhuang.liang media: starfive: Lower the priority of print
See merge request sdk/linux!1016
-rw-r--r-- | drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c | 3 |
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 */ |