From: Mauro Carvalho Chehab Date: Fri, 22 Jul 2011 20:07:17 +0000 (-0300) Subject: [media] mt2063: Remove two unused temporary vars X-Git-Tag: v3.3-rc1~48^2~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5a910679b2abfa12a5e70c236f4205c5e773c11;p=platform%2Fkernel%2Flinux-exynos.git [media] mt2063: Remove two unused temporary vars mt2063.c:1531:12: warning: variable 'ofout' set but not used [-Wunused-but-set-variable] mt2063.c:1531:6: warning: variable 'ofin' set but not used [-Wunused-but-set-variable] Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index b72105d..92653a9 100644 --- a/drivers/media/common/tuners/mt2063.c +++ b/drivers/media/common/tuners/mt2063.c @@ -1528,7 +1528,6 @@ static u32 MT2063_Tune(struct mt2063_state *state, u32 f_in) u32 LO2; /* 2nd LO register value */ u32 Num2; /* Numerator for LO2 reg. value */ u32 ofLO1, ofLO2; /* last time's LO frequencies */ - u32 ofin, ofout; /* last time's I/O frequencies */ u8 fiffc = 0x80; /* FIFF center freq from tuner */ u32 fiffof; /* Offset from FIFF center freq */ const u8 LO1LK = 0x80; /* Mask for LO1 Lock bit */ @@ -1549,9 +1548,7 @@ static u32 MT2063_Tune(struct mt2063_state *state, u32 f_in) * Save original LO1 and LO2 register values */ ofLO1 = state->AS_Data.f_LO1; - ofLO2 = state->AS_Data.f_LO2; - ofin = state->AS_Data.f_in; - ofout = state->AS_Data.f_out; + ofLO2 = state->AS_Data.f_LO2; /* * Find and set RF Band setting