summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-20 02:01:09 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-10-11 20:12:28 +0300
commit4bc8525a34786f14965a2e8e7d932fcc6867afed (patch)
tree0523b40fe4f13d1f84fc4d2ddf78cdb422dfd0c9 /drivers/media/dvb-core
parentcd3c6019497c028b23b8b543f73af76ddc1b57c9 (diff)
downloadlinux-4bc8525a34786f14965a2e8e7d932fcc6867afed.tar.xz
media: dvb_demux: fix type of dvb_demux_feed.ts_type
Just like pes_type, this field represents an enum. Properly identify it as such. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core')
-rw-r--r--drivers/media/dvb-core/dvb_demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/dvb_demux.h b/drivers/media/dvb-core/dvb_demux.h
index d9b30d669bf3..c9e94bc3a2e5 100644
--- a/drivers/media/dvb-core/dvb_demux.h
+++ b/drivers/media/dvb-core/dvb_demux.h
@@ -95,7 +95,7 @@ struct dvb_demux_feed {
ktime_t timeout;
struct dvb_demux_filter *filter;
- int ts_type;
+ enum ts_filter_type ts_type;
enum dmx_ts_pes pes_type;
int cc;