Small tweak from Jon to restore 30fps rate on btest boards.

Andres Salomon dilinger at debian.org
Tue Nov 7 22:38:26 EST 2006


Commit:     72f657faffba65035078cf8eef4787365658c75f
Parent:     1aa00c3c680d94dee971d2544cc19e695e4f7dd5
commit 72f657faffba65035078cf8eef4787365658c75f
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Wed Oct 25 18:24:03 2006 -0400
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Wed Oct 25 18:24:03 2006 -0400

    Small tweak from Jon to restore 30fps rate on btest boards.
---
 drivers/media/video/m88alp01-ccic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/m88alp01-ccic.c b/drivers/media/video/m88alp01-ccic.c
index 22f505f..c2e58b2 100644
--- a/drivers/media/video/m88alp01-ccic.c
+++ b/drivers/media/video/m88alp01-ccic.c
@@ -741,7 +741,7 @@ static void m88_ctlr_init(struct m88_cam
 	 * Clock the sensor appropriately.  Controller clock should
 	 * be 48MHz, sensor "typical" value is half that.
 	 */
-	m88_reg_write_mask(cam, REG_CLKCTRL, 2, CLK_DIV_MASK);
+	m88_reg_write_mask(cam, REG_CLKCTRL, 1, CLK_DIV_MASK);
 	spin_unlock_irqrestore(&cam->dev_lock, flags);
 }
 


More information about the Commits-kernel mailing list