diff options
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/tuners/tuner-xc2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index 9e602856b2fa..ea0550eafe7d 100644 --- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common/tuners/tuner-xc2028.c | |||
@@ -978,7 +978,7 @@ static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc) | |||
978 | /* Get AFC */ | 978 | /* Get AFC */ |
979 | rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg); | 979 | rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg); |
980 | if (rc < 0) | 980 | if (rc < 0) |
981 | return rc; | 981 | goto ret; |
982 | 982 | ||
983 | *afc = afc_reg * 15625; /* Hz */ | 983 | *afc = afc_reg * 15625; /* Hz */ |
984 | 984 | ||