Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 027aa2c7 authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab
Browse files

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: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b8d91986
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
}