[media] drxk: Remove the CHK_ERROR macro
[deliverable/linux.git] / drivers / media / dvb / frontends / tda18271c2dd.c
index a8afc22127280c119c60d7dea015ef95aa8bf40f..7f526143ba406a463b40c84f9ae7fe2be8d1f25e 100644 (file)
@@ -817,7 +817,7 @@ static int ChannelConfiguration(struct tda_state *state,
        u8 BP_Filter = 0;
        u8 RF_Band = 0;
        u8 GainTaper = 0;
-       u8 IR_Meas;
+       u8 IR_Meas = 0;
 
        state->IF = IntermediateFrequency;
        /* printk("%s Freq = %d Standard = %d IF = %d\n", __func__, Frequency, Standard, IntermediateFrequency); */
@@ -884,7 +884,7 @@ static int ChannelConfiguration(struct tda_state *state,
                        state->m_Regs[EB4] &= ~0x20;   /* LO_forceSrce = 0 */
                        CHK_ERROR(UpdateReg(state, EB4));
                } else {
-                       u8 PostDiv;
+                       u8 PostDiv = 0;
                        u8 Div;
                        CHK_ERROR(CalcCalPLL(state, Frequency + IntermediateFrequency));
 
This page took 0.024053 seconds and 5 git commands to generate.