Commit a0917ca4 authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab

[media] gspca-stv06xx: Fix sensor init indentation

No functional changes on this patch.
Signed-off-by: default avatarErik Andrén <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 46fecfaf
......@@ -253,7 +253,7 @@ static const u8 vv6410_sensor_init[][2] = {
{VV6410_AS0, BIT(6) | BIT(4) | BIT(3) | BIT(2) | BIT(1)},
{VV6410_AT0, 0x00},
/* Power up audio, differential */
{VV6410_AT1, BIT(4)|BIT(0)},
{VV6410_AT1, BIT(4) | BIT(0)},
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment