From: Bingbu Cao Date: Thu, 5 Jan 2023 11:02:49 +0000 (+0100) Subject: media: ov13b10: remove streaming mode set from reg_list X-Git-Tag: v6.6.17~5047^2~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48c33c656c4a84ee81348bfd9f7f0e56df9fd50f;p=platform%2Fkernel%2Flinux-rpi.git media: ov13b10: remove streaming mode set from reg_list It is not expected that trying to set the sensor to streaming mode when trying to set initial sensor configuration. Signed-off-by: Bingbu Cao Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c index 722f490..c143004 100644 --- a/drivers/media/i2c/ov13b10.c +++ b/drivers/media/i2c/ov13b10.c @@ -243,7 +243,6 @@ static const struct ov13b10_reg mipi_data_rate_1120mbps[] = { {0x5047, 0xa4}, {0x5048, 0x20}, {0x5049, 0xa4}, - {0x0100, 0x01}, }; static const struct ov13b10_reg mode_4208x3120_regs[] = {