aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtvfb.c
diff options
context:
space:
mode:
authorIan Armstrong <ian@iarmst.demon.co.uk>2008-10-06 03:03:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 09:08:16 -0200
commit4ee0e42b31b282d0d0bb11effbbeb0610ee76d09 (patch)
tree78dd385452739f766ee0fcaa84c4b7af50a483d1 /drivers/media/video/ivtv/ivtvfb.c
parentV4L/DVB (9163): ivtvfb: fix sparse warnings and improve write function (diff)
downloadlinux-dev-4ee0e42b31b282d0d0bb11effbbeb0610ee76d09.tar.xz
linux-dev-4ee0e42b31b282d0d0bb11effbbeb0610ee76d09.zip
V4L/DVB (9164): ivtvfb: a small cosmetic change
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@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtvfb.c')
-rw-r--r--drivers/media/video/ivtv/ivtvfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtvfb.c b/drivers/media/video/ivtv/ivtvfb.c
index 249758e53f5f..8a4a150b12fb 100644
--- a/drivers/media/video/ivtv/ivtvfb.c
+++ b/drivers/media/video/ivtv/ivtvfb.c
@@ -367,7 +367,7 @@ static int ivtvfb_prep_frame(struct ivtv *itv, int cmd, void __user *source,
}
static ssize_t ivtvfb_write(struct fb_info *info, const char __user *buf,
- size_t count, loff_t *ppos)
+ size_t count, loff_t *ppos)
{
unsigned long p = *ppos;
void *dst;