[media] gspca_pac7302: avoid duplicate calls of the image quality adjustment function...
authorFrank Schäfer <fschaefer.oss@googlemail.com>
Sun, 9 Sep 2012 18:02:23 +0000 (15:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Sep 2012 20:54:34 +0000 (17:54 -0300)
commit0e68785db5fde372126b6d8c3ea792665249e35b
treea744f19196a9954eef75ffe0b7dba0a118b51d9d
parentf58e5cdf12a11a0585a0e779f931290f45d48c66
[media] gspca_pac7302: avoid duplicate calls of the image quality adjustment functions on capturing start

There is no need to call the image quality adjustment functions in sd_start.
The gspca main driver calls v4l2_ctrl_handler_setup in gspca_init_transfer,
which already applies all image control values.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/gspca/pac7302.c
This page took 0.026341 seconds and 5 git commands to generate.