V4L/DVB (7279): ivtv: Add missing sg_init_table()
authorIan Armstrong <ian@iarmst.demon.co.uk>
Tue, 26 Feb 2008 19:09:00 +0000 (16:09 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 20 Mar 2008 15:38:59 +0000 (12:38 -0300)
If a dma transfer is attempted for either yuv or framebuffer output, a missing
sg_init_table() call causes a kernel BUG in scatterlist.h if CONFIG_DEBUG_SG
is set.

Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found