commit | aecfde539eeac11f269894413abf3b60cf74844f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 08 09:04:09 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Oct 10 00:03:09 2007 -0300 |
tree | a3fc9a34ef5f8df973d971048f45ef6393a38081 | |
parent | 593f18c6e4d04134f240fbad001d878802d8925f [diff] |
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>