]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb-core: get rid of demux optional circular buffer
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 13 Oct 2016 10:14:38 +0000 (07:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:43:24 +0000 (08:43 -0200)
commit30de5db3cb91e035c420b99dfbb14acf45630ec4
tree36418da9a4f875830d93fad51f86854ab1f8de4b
parentbc4fa66b30a898b7bc58e05c7e3d7a948af38a78
[media] dvb-core: get rid of demux optional circular buffer

There is a provision at the dvb_demux.c to use a vmalloc'ed
circular buffer, enabled via an extra #ifdef option that it
is not at Kconfig. Enabling it will only make the Kernel to
allocate/deallocate such buffer, but no code would actually
use it. So, no practical effect, except for sparing some
memory without any good reason.

So, get rid of such dead code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/demux.h
drivers/media/dvb-core/dmxdev.c
drivers/media/dvb-core/dvb_demux.c
drivers/media/dvb-core/dvb_demux.h
drivers/media/dvb-core/dvb_net.c