commit | 8beb058f1ecde7bc0554d18ce1baa18b5dfb02d3 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Aug 19 17:56:41 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Oct 09 22:05:48 2007 -0300 |
tree | 0ac375d2d009baca2d39ffae97734d04b167872d | |
parent | 25e3f8f40ecf61b87a4b6476ea6d00cb5b74628c [diff] |
V4L/DVB (6060): ivtv: fix IVTV_IOC_DMA_FRAME bug introduced by highmem bugfix The return value of ivtv_udma_fill_sg_list() was changed by the highmem bugfix, but that return value was still used in ivtv-yuv.c. Revert to the old return value, but in addition return -1 in case of a memory allocation error. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>