mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
V4L/DVB (11422): gspca - m5602-ov9650: Replace a magic constant with a define
Signed-off-by: Erik Andr?n <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bd99ffbd2a
commit
1a3dd5d91a
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user