]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commita4afd65870188b872ec9b5cc0330f7c818c4c3a4
treed60c399abec88d2cefd35701c719dfa9d0733f76
parent1cb662a3144992259edfd3cf9f54a6b25a913a0f
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>
drivers/media/dvb/dvb-core/dvb_demux.c