Skip to content

Commit

Permalink
[media] sh: migor: remove unused ov772x buswidth flag
Browse files Browse the repository at this point in the history
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: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 284f28e commit cb62637
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/sh/boards/mach-migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb62637

Please sign in to comment.