forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/i2c/sc210iot.c
....@@ -408,8 +408,7 @@
408408 (ctrl->val + sc210iot->cur_mode->height) & 0xff);
409409 if (!ret)
410410 sc210iot->cur_vts = ctrl->val + sc210iot->cur_mode->height;
411
- if (sc210iot->cur_vts != sc210iot->cur_mode->vts_def)
412
- sc210iot_modify_fps_info(sc210iot);
411
+ sc210iot_modify_fps_info(sc210iot);
413412 break;
414413 case V4L2_CID_HFLIP:
415414 regmap_update_bits(sc210iot->regmap, SC210IOT_REG_MIRROR_FLIP,