aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-core/dmxdev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-core/dmxdev.c b/drivers/media/dvb/dvb-core/dmxdev.c
index 04578df3f249..988499dfddf8 100644
--- a/drivers/media/dvb/dvb-core/dmxdev.c
+++ b/drivers/media/dvb/dvb-core/dmxdev.c
@@ -872,9 +872,6 @@ static int dvb_demux_do_ioctl(struct inode *inode, struct file *file,
872 mutex_unlock(&dmxdevfilter->mutex); 872 mutex_unlock(&dmxdevfilter->mutex);
873 break; 873 break;
874 874
875 case DMX_GET_EVENT:
876 break;
877
878 case DMX_GET_PES_PIDS: 875 case DMX_GET_PES_PIDS:
879 if (!dmxdev->demux->get_pes_pids) { 876 if (!dmxdev->demux->get_pes_pids) {
880 ret = -EINVAL; 877 ret = -EINVAL;