diff options
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_av.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_av.c b/drivers/media/dvb/ttpci/av7110_av.c index 2fc90e9a8b77..2adcaeff359c 100644 --- a/drivers/media/dvb/ttpci/av7110_av.c +++ b/drivers/media/dvb/ttpci/av7110_av.c | |||
@@ -824,6 +824,11 @@ static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, s | |||
824 | { | 824 | { |
825 | struct ipack *ipack = &av7110->ipack[type]; | 825 | struct ipack *ipack = &av7110->ipack[type]; |
826 | 826 | ||
827 | if (buf[1] & TRANS_ERROR) { | ||
828 | av7110_ipack_reset(ipack); | ||
829 | return -1; | ||
830 | } | ||
831 | |||
827 | if (!(buf[3] & PAYLOAD)) | 832 | if (!(buf[3] & PAYLOAD)) |
828 | return -1; | 833 | return -1; |
829 | 834 | ||