V4L/DVB (6287): Fix DMA Scatter/Gather constructor
commitaecfde539eeac11f269894413abf3b60cf74844f
authorMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 8 Oct 2007 12:04:09 +0000 (8 09:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 03:03:09 +0000 (10 00:03 -0300)
treea3fc9a34ef5f8df973d971048f45ef6393a38081
parent593f18c6e4d04134f240fbad001d878802d8925f
V4L/DVB (6287): Fix DMA Scatter/Gather constructor

cx23885 driver were converted to use the newer videobuf support. Unfortunately,
the constructor weren't changed. This causes an oops, since the abstract methods
(implemented as callbacks) aren't defined.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Reviewed-by: Michael Krufky <mkrufky@linuxtv.org>
drivers/media/video/cx23885/cx23885-dvb.c