Skip to content

Commit

Permalink
V4L/DVB (11808): au0828: get rid of debug printk that was causing com…
Browse files Browse the repository at this point in the history
…pile 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>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Jun 16, 2009
1 parent b8d9198 commit 027aa2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/media/video/au0828/au0828-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,11 +913,6 @@ static int au0828_v4l2_mmap(struct file *filp, struct vm_area_struct *vma)

rc = videobuf_mmap_mapper(&fh->vb_vidq, vma);

dprintk(2, "vma start=0x%08lx, size=%ld, ret=%d\n",
(unsigned long)vma->vm_start,
(unsigned long)vma->vm_end-(unsigned long)vma->vm_start,
rc);

return rc;
}

Expand Down

0 comments on commit 027aa2c

Please sign in to comment.