V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.
authorAndy Walls <awalls@radix.net>
Fri, 22 Aug 2008 23:55:54 +0000 (20:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:53 +0000 (09:36 -0200)
commit59ba2b002265f2e862aa7f0df3f13c09ea99c4da
tree308a5ed9334d267db054fd6675f61bbc6fce69bf
parenta928880a5b65aa64bbbac880cdc65de85827ba20
V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.

cx18: Remove redundant struct cx18_queue length member. It can be trivially
computed from queue->buffers * stream->buf_size, if ever really needed.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.h
drivers/media/video/cx18/cx18-fileops.c
drivers/media/video/cx18/cx18-queue.c