diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271c2dd.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271c2dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/tda18271c2dd.c b/drivers/media/dvb/frontends/tda18271c2dd.c index 0384e8da4f5e..1b1bf200c55c 100644 --- a/drivers/media/dvb/frontends/tda18271c2dd.c +++ b/drivers/media/dvb/frontends/tda18271c2dd.c | |||
@@ -1195,7 +1195,7 @@ static int GetSignalStrength(s32 *pSignalStrength, u32 RFAgc, u32 IFAgc) | |||
1195 | } | 1195 | } |
1196 | #endif | 1196 | #endif |
1197 | 1197 | ||
1198 | static int get_frequency(struct dvb_frontend *fe, u32 *frequency) | 1198 | static int get_if_frequency(struct dvb_frontend *fe, u32 *frequency) |
1199 | { | 1199 | { |
1200 | struct tda_state *state = fe->tuner_priv; | 1200 | struct tda_state *state = fe->tuner_priv; |
1201 | 1201 | ||
@@ -1222,7 +1222,7 @@ static struct dvb_tuner_ops tuner_ops = { | |||
1222 | .sleep = sleep, | 1222 | .sleep = sleep, |
1223 | .set_params = set_params, | 1223 | .set_params = set_params, |
1224 | .release = release, | 1224 | .release = release, |
1225 | .get_frequency = get_frequency, | 1225 | .get_if_frequency = get_if_frequency, |
1226 | .get_bandwidth = get_bandwidth, | 1226 | .get_bandwidth = get_bandwidth, |
1227 | }; | 1227 | }; |
1228 | 1228 | ||