V4L/DVB (12276): Remove a useless check from dvb_dmx_swfilter_packet()
authorAndreas Oberritter <obi@linuxtv.org>
Tue, 14 Jul 2009 23:48:37 +0000 (20:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:17:44 +0000 (12:17 -0300)
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>

No differences found