This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] gspca-stv06xx: Fix sensor init indentation
Author:  Erik Andrén <[email protected]>
Date:    Wed Jul 27 17:20:38 2011 -0300

No functional changes on this patch.

Signed-off-by: Erik Andrén <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=edb150f4d55a4a9a2045a5df7c9a764b1338810b

diff --git a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h 
b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h
index f75c336..a25b887 100644
--- a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h
+++ b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h
@@ -236,24 +236,24 @@ static const struct stv_init stv_bridge_init[] = {
 
 static const u8 vv6410_sensor_init[][2] = {
        /* Setup registers */
-       {VV6410_SETUP0,         VV6410_SOFT_RESET},
-       {VV6410_SETUP0,         VV6410_LOW_POWER_MODE},
+       {VV6410_SETUP0, VV6410_SOFT_RESET},
+       {VV6410_SETUP0, VV6410_LOW_POWER_MODE},
        /* Use shuffled read-out mode */
-       {VV6410_SETUP1,         BIT(6)},
+       {VV6410_SETUP1, BIT(6)},
        /* All modes to 1, FST, Fast QCK, Free running QCK, Free running LST, 
FST will qualify visible pixels */
-       {VV6410_FGMODES,        BIT(6) | BIT(4) | BIT(2) | BIT(0)},
-       {VV6410_PINMAPPING,     0x00},
+       {VV6410_FGMODES, BIT(6) | BIT(4) | BIT(2) | BIT(0)},
+       {VV6410_PINMAPPING, 0x00},
        /* Pre-clock generator divide off */
-       {VV6410_DATAFORMAT,     BIT(7) | BIT(0)},
+       {VV6410_DATAFORMAT, BIT(7) | BIT(0)},
 
-       {VV6410_CLKDIV,         VV6410_CLK_DIV_2},
+       {VV6410_CLKDIV, VV6410_CLK_DIV_2},
 
        /* System registers */
        /* Enable voltage doubler */
-       {VV6410_AS0,            BIT(6) | BIT(4) | BIT(3) | BIT(2) | BIT(1)},
-       {VV6410_AT0,            0x00},
+       {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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to