Loading drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_common.c +14 −0 Original line number Diff line number Diff line Loading @@ -4036,6 +4036,13 @@ static int mpq_sdmx_section_filtering(struct mpq_feed *mpq_feed, __func__); return ret; } if (mpq_feed->sdmx_filter_handle == SDMX_INVALID_FILTER_HANDLE) { MPQ_DVB_DBG_PRINT("%s: filter was stopped\n", __func__); return -ENODEV; } } if (mpq_feed->sdmx_buf.pread + header->payload_length < Loading Loading @@ -4089,6 +4096,13 @@ static int mpq_sdmx_check_ts_stall(struct mpq_demux *mpq_demux, mutex_lock(&mpq_demux->mutex); if (mpq_feed->sdmx_filter_handle == SDMX_INVALID_FILTER_HANDLE) { MPQ_DVB_DBG_PRINT("%s: filter was stopped\n", __func__); return -ENODEV; } return ret; } Loading Loading
drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_common.c +14 −0 Original line number Diff line number Diff line Loading @@ -4036,6 +4036,13 @@ static int mpq_sdmx_section_filtering(struct mpq_feed *mpq_feed, __func__); return ret; } if (mpq_feed->sdmx_filter_handle == SDMX_INVALID_FILTER_HANDLE) { MPQ_DVB_DBG_PRINT("%s: filter was stopped\n", __func__); return -ENODEV; } } if (mpq_feed->sdmx_buf.pread + header->payload_length < Loading Loading @@ -4089,6 +4096,13 @@ static int mpq_sdmx_check_ts_stall(struct mpq_demux *mpq_demux, mutex_lock(&mpq_demux->mutex); if (mpq_feed->sdmx_filter_handle == SDMX_INVALID_FILTER_HANDLE) { MPQ_DVB_DBG_PRINT("%s: filter was stopped\n", __func__); return -ENODEV; } return ret; } Loading