diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-05-14 22:38:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:08 -0400 |
commit | 027aa2c771d9fb8dc6aae95c80b50e40e3c97dc5 (patch) | |
tree | 90ffa6db729fa97be961759beffadf52103d9a4d /drivers/media/video/au0828/au0828-video.c | |
parent | b8d91986e60e5e15a5283935a99ef86650744a46 (diff) |
V4L/DVB (11808): au0828: get rid of debug printk that was causing compile failures
Remove a debug printk() line I added which is no longer needed, and happened
to be causing compile failures on some earlier kernels in Han's daily
compile report.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828/au0828-video.c')
-rw-r--r-- | drivers/media/video/au0828/au0828-video.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c index f42f3deaa03b..51527d7b55a7 100644 --- a/drivers/media/video/au0828/au0828-video.c +++ b/drivers/media/video/au0828/au0828-video.c | |||
@@ -913,11 +913,6 @@ static int au0828_v4l2_mmap(struct file *filp, struct vm_area_struct *vma) | |||
913 | 913 | ||
914 | rc = videobuf_mmap_mapper(&fh->vb_vidq, vma); | 914 | rc = videobuf_mmap_mapper(&fh->vb_vidq, vma); |
915 | 915 | ||
916 | dprintk(2, "vma start=0x%08lx, size=%ld, ret=%d\n", | ||
917 | (unsigned long)vma->vm_start, | ||
918 | (unsigned long)vma->vm_end-(unsigned long)vma->vm_start, | ||
919 | rc); | ||
920 | |||
921 | return rc; | 916 | return rc; |
922 | } | 917 | } |
923 | 918 | ||