]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L: copy-paste bug in videodev.c
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 13 Oct 2006 20:23:28 +0000 (13:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Oct 2006 20:23:28 +0000 (13:23 -0700)
commitdb8e7e9022e1d6660f249f2e419acaefd497b8c7
tree944c81f92ed98790be3b350d102c8a5ae53af04a
parent116191c17c2c8e7e7d4fa9d5ed4a3218ff8d2055
V4L: copy-paste bug in videodev.c

This patch fixes a copy-paste bug in videodev.c where the vidioc_qbuf()
function gets called for the dqbuf ioctl.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/videodev.c