aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/usb/dvb-usb-v2/lmedm04.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/lmedm04.c b/drivers/media/usb/dvb-usb-v2/lmedm04.c
index e332af731187..9f2c5459b73a 100644
--- a/drivers/media/usb/dvb-usb-v2/lmedm04.c
+++ b/drivers/media/usb/dvb-usb-v2/lmedm04.c
@@ -1252,7 +1252,7 @@ static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type,
1252 1252
1253 /* Turn PID filter on the fly by module option */ 1253 /* Turn PID filter on the fly by module option */
1254 if (pid_filter == 2) { 1254 if (pid_filter == 2) {
1255 adap->pid_filtering = 1; 1255 adap->pid_filtering = true;
1256 adap->max_feed_count = 15; 1256 adap->max_feed_count = 15;
1257 } 1257 }
1258 1258