]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (3410): Move DViCO hybrid initialisation data from stack.
authorChris Pascoe <c.pascoe@itee.uq.edu.au>
Tue, 28 Feb 2006 23:23:11 +0000 (20:23 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 8 Mar 2006 14:37:18 +0000 (11:37 -0300)
commit69b27e3dfebff8f59e979d57263e1cd83c4d8370
tree81f03605607c713158adb52472ace8235f44a23e
parent0785c87af1d1b6106b14c85f1267be8543f11d00
V4L/DVB (3410): Move DViCO hybrid initialisation data from stack.

The init_data array is never changed and need not be on the stack.
Turn it into a static variable.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-cards.c