Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
41d9931c ad1ecf86

-8
-8
drivers/media/video/videobuf-dma-sg.c
··· 543 543 544 544 retval = -EINVAL; 545 545 546 - /* This function maintains backwards compatibility with V4L1 and will 547 - * map more than one buffer if the vma length is equal to the combined 548 - * size of multiple buffers than it will map them together. See 549 - * VIDIOCGMBUF in the v4l spec 550 - * 551 - * TODO: Allow drivers to specify if they support this mode 552 - */ 553 - 554 546 BUG_ON(!mem); 555 547 MAGIC_CHECK(mem->magic, MAGIC_SG_MEM); 556 548