diff options
author | Ian Armstrong <ian@iarmst.demon.co.uk> | 2008-10-06 02:03:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 07:08:16 -0400 |
commit | 4ee0e42b31b282d0d0bb11effbbeb0610ee76d09 (patch) | |
tree | 78dd385452739f766ee0fcaa84c4b7af50a483d1 /drivers/media | |
parent | c777549fc9c5c704707394b0235a9a6794247b83 (diff) |
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')
-rw-r--r-- | drivers/media/video/ivtv/ivtvfb.c | 2 |
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, | |||
367 | } | 367 | } |
368 | 368 | ||
369 | static ssize_t ivtvfb_write(struct fb_info *info, const char __user *buf, | 369 | static ssize_t ivtvfb_write(struct fb_info *info, const char __user *buf, |
370 | size_t count, loff_t *ppos) | 370 | size_t count, loff_t *ppos) |
371 | { | 371 | { |
372 | unsigned long p = *ppos; | 372 | unsigned long p = *ppos; |
373 | void *dst; | 373 | void *dst; |