Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb626371 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mauro Carvalho Chehab
Browse files

[media] sh: migor: remove unused ov772x buswidth flag



The ov772x driver only supports 8 bits per sample pixel codes, hence
the OV772X_FLAG_8BIT flag has no effect. Remove it.

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 284f28ee
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -448,9 +448,7 @@ static struct i2c_board_info migor_i2c_camera[] = {
	},
};

static struct ov772x_camera_info ov7725_info = {
	.flags		= OV772X_FLAG_8BIT,
};
static struct ov772x_camera_info ov7725_info;

static struct soc_camera_link ov7725_link = {
	.power		= ov7725_power,