diff mbox series

media: ov13b10: remove streaming mode set from reg_list

Message ID 20230105110249.633633-1-bingbu.cao@intel.com (mailing list archive)
State New, archived
Headers show
Series media: ov13b10: remove streaming mode set from reg_list | expand

Commit Message

Bingbu Cao Jan. 5, 2023, 11:02 a.m. UTC
From: Bingbu Cao <bingbu.cao@intel.com>

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 <bingbu.cao@intel.com>
---
 drivers/media/i2c/ov13b10.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Bingbu Cao Feb. 7, 2023, 11:36 a.m. UTC | #1
Sakari, 

Could you help review this patch?

On 1/5/23 7:02 PM, bingbu.cao@intel.com wrote:
> From: Bingbu Cao <bingbu.cao@intel.com>
> 
> 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 <bingbu.cao@intel.com>
> ---
>  drivers/media/i2c/ov13b10.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c
> index 549e5d93e568..841158febfba 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[] = {
>
diff mbox series

Patch

diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c
index 549e5d93e568..841158febfba 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[] = {