]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00229350 Capture: ov5640 mipi: duplicated define of static variable
authorSheng Nan <b38800@freescale.com>
Fri, 12 Oct 2012 08:47:28 +0000 (16:47 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:33 +0000 (08:35 +0200)
remove duplicated definition of prev_sysclk

Signed-off-by: Sheng Nan <b38800@freescale.com>
drivers/media/video/mxc/capture/ov5640_mipi.c

index cfb863ed5e9b86e64d56bc355ac0561098192d9b..d5f0773109ac3fdd803286672b23137d1028cee5 100644 (file)
@@ -705,7 +705,7 @@ static s32 ov5640_read_reg(u16 reg, u8 *val)
        return u8RdVal;
 }
 
-static int prev_sysclk, prev_HTS, prev_sysclk;
+static int prev_sysclk, prev_HTS;
 static int AE_low, AE_high, AE_Target = 52;
 static int XVCLK = 2200;