commit | 0e68785db5fde372126b6d8c3ea792665249e35b | [log] [tgz] |
---|---|---|
author | Frank Schäfer <fschaefer.oss@googlemail.com> | Sun Sep 09 15:02:23 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Sep 13 17:54:34 2012 -0300 |
tree | a744f19196a9954eef75ffe0b7dba0a118b51d9d | |
parent | f58e5cdf12a11a0585a0e779f931290f45d48c66 [diff] |
[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>