revert the last commit; new FPGA code should make this unnecessary
Andres Salomon
dilinger at debian.org
Tue Nov 7 22:38:26 EST 2006
Commit: 655c540e8ec8404d2112c6b670bd657ad2651d8c
Parent: 72f657faffba65035078cf8eef4787365658c75f
commit 655c540e8ec8404d2112c6b670bd657ad2651d8c
Author: Andres Salomon <dilinger at debian.org>
AuthorDate: Thu Oct 26 03:54:23 2006 -0400
Commit: Andres Salomon <dilinger at debian.org>
CommitDate: Thu Oct 26 03:54:23 2006 -0400
revert the last commit; new FPGA code should make this unnecessary
---
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 c2e58b2..22f505f 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, 1, CLK_DIV_MASK);
+ m88_reg_write_mask(cam, REG_CLKCTRL, 2, CLK_DIV_MASK);
spin_unlock_irqrestore(&cam->dev_lock, flags);
}
More information about the Commits-kernel
mailing list