commit | a4afd65870188b872ec9b5cc0330f7c818c4c3a4 | [log] [tgz] |
---|---|---|
author | Andreas Oberritter <obi@linuxtv.org> | Tue Jul 14 20:48:37 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Sep 12 12:17:44 2009 -0300 |
tree | d60c399abec88d2cefd35701c719dfa9d0733f76 | |
parent | 1cb662a3144992259edfd3cf9f54a6b25a913a0f [diff] |
V4L/DVB (12276): Remove a useless check from dvb_dmx_swfilter_packet() Values for 'pid' range from 0 to 0x1fff. Therefore 'feed->pid' can never be equal to both 'pid' and 0x2000. This makes the continue statement have no effect. Signed-off-by: Andreas Oberritter <obi@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>