Loading drivers/media/i2c/ov772x.c +9 −10 Original line number Diff line number Diff line Loading @@ -500,7 +500,6 @@ static const struct ov772x_color_format ov772x_cfmts[] = { }, }; /* * window size list */ Loading Loading @@ -557,6 +556,7 @@ static int ov772x_mask_set(struct i2c_client *client, u8 command, u8 mask, u8 set) { s32 val = ov772x_read(client, command); if (val < 0) return val; Loading Loading @@ -919,7 +919,6 @@ static int ov772x_set_params(struct ov772x_priv *priv, * Edge Ctrl */ if (priv->info->edgectrl.strength & OV772X_MANUAL_EDGE_CTRL) { /* * Manual Edge Control Mode * Loading Loading
drivers/media/i2c/ov772x.c +9 −10 Original line number Diff line number Diff line Loading @@ -500,7 +500,6 @@ static const struct ov772x_color_format ov772x_cfmts[] = { }, }; /* * window size list */ Loading Loading @@ -557,6 +556,7 @@ static int ov772x_mask_set(struct i2c_client *client, u8 command, u8 mask, u8 set) { s32 val = ov772x_read(client, command); if (val < 0) return val; Loading Loading @@ -919,7 +919,6 @@ static int ov772x_set_params(struct ov772x_priv *priv, * Edge Ctrl */ if (priv->info->edgectrl.strength & OV772X_MANUAL_EDGE_CTRL) { /* * Manual Edge Control Mode * Loading