aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/tuner-xc2028.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index d367f205c98..5ed12e2272e 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -873,7 +873,9 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
873 */ 873 */
874 if (new_mode == T_ANALOG_TV) { 874 if (new_mode == T_ANALOG_TV) {
875 rc = send_seq(priv, {0x00, 0x00}); 875 rc = send_seq(priv, {0x00, 0x00});
876 } else if (!(priv->cur_fw.type & ATSC)) { 876 } else if (priv->cur_fw.type & ATSC) {
877 offset = 1750000;
878 } else {
877 offset = 2750000; 879 offset = 2750000;
878 /* 880 /*
879 * We must adjust the offset by 500kHz in two cases in order 881 * We must adjust the offset by 500kHz in two cases in order