summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv/ivtv-yuv.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-06-03 14:51:08 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-06-03 14:51:08 -0300
commitb0c4835ca205296ee6352bbe885582e2c546e2ce (patch)
tree44b80aaeb882ec990e143c72472e45b0f1a82cb4 /linux/drivers/media/video/ivtv/ivtv-yuv.c
parente92f78bc63e71d1572225b93b4ea0c31e6e6efc0 (diff)
parentaec12fb2da90fde6ec9056cec90f9a65a8b02305 (diff)
downloadmediapointer-dvb-s2-b0c4835ca205296ee6352bbe885582e2c546e2ce.tar.gz
mediapointer-dvb-s2-b0c4835ca205296ee6352bbe885582e2c546e2ce.tar.bz2
apply backout changeset
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-yuv.c')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-yuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-yuv.c b/linux/drivers/media/video/ivtv/ivtv-yuv.c
index a9417f6e4..3092ff1d0 100644
--- a/linux/drivers/media/video/ivtv/ivtv-yuv.c
+++ b/linux/drivers/media/video/ivtv/ivtv-yuv.c
@@ -1116,7 +1116,7 @@ void ivtv_yuv_setup_stream_frame(struct ivtv *itv)
}
/* Attempt to dma a frame from a user buffer */
-int ivtv_yuv_udma_stream_frame(struct ivtv *itv, void *src)
+int ivtv_yuv_udma_stream_frame(struct ivtv *itv, void __user *src)
{
struct yuv_playback_info *yi = &itv->yuv_info;
struct ivtv_dma_frame dma_args;