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

Commit 41d9931c authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] videobuf-dma-sg: remove obsolete comments

parent ad1ecf86
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -543,14 +543,6 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,

	retval = -EINVAL;

	/* This function maintains backwards compatibility with V4L1 and will
	 * map more than one buffer if the vma length is equal to the combined
	 * size of multiple buffers than it will map them together.  See
	 * VIDIOCGMBUF in the v4l spec
	 *
	 * TODO: Allow drivers to specify if they support this mode
	 */

	BUG_ON(!mem);
	MAGIC_CHECK(mem->magic, MAGIC_SG_MEM);