Skip to content

Commit

Permalink
V4L/DVB (11422): gspca - m5602-ov9650: Replace a magic constant with …
Browse files Browse the repository at this point in the history
…a define

Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Erik Andr?n authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent bd99ffb commit 1a3dd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/m5602/m5602_ov9650.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static const unsigned char power_down_ov9650[][3] =

static const unsigned char res_init_ov9650[][3] =
{
{SENSOR, OV9650_COM2, (1 << 0)},
{SENSOR, OV9650_COM2, OV9650_OUTPUT_DRIVE_2X},

{BRIDGE, M5602_XB_LINE_OF_FRAME_H, 0x82},
{BRIDGE, M5602_XB_LINE_OF_FRAME_L, 0x00},
Expand Down

0 comments on commit 1a3dd5d

Please sign in to comment.