aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb-frontends/tda10071.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/tda10071.c b/drivers/media/dvb-frontends/tda10071.c
index 49874e76548b..d590798a6367 100644
--- a/drivers/media/dvb-frontends/tda10071.c
+++ b/drivers/media/dvb-frontends/tda10071.c
@@ -838,10 +838,10 @@ static int tda10071_get_frontend(struct dvb_frontend *fe)
838 838
839 switch ((buf[1] >> 0) & 0x01) { 839 switch ((buf[1] >> 0) & 0x01) {
840 case 0: 840 case 0:
841 c->inversion = INVERSION_OFF; 841 c->inversion = INVERSION_ON;
842 break; 842 break;
843 case 1: 843 case 1:
844 c->inversion = INVERSION_ON; 844 c->inversion = INVERSION_OFF;
845 break; 845 break;
846 } 846 }
847 847