]> git.baikalelectronics.ru Git - kernel.git/commit
[media] mt2063: Rewrite tuning logic
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Jul 2011 20:05:15 +0000 (17:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 5 Jan 2012 00:48:57 +0000 (22:48 -0200)
commit4a40259b6fdb7aca001300482e35bb4ca953e41c
tree678a6dc4668c9eb686fddd7705d147ab91e45ffe
parent9bdfe8960cf2d3fcd7c0f8d602cd48485577b20f
[media] mt2063: Rewrite tuning logic

Several vars at set_parms functions were set, but unused.
 Remove them and change the logic to return -EINVAL if the
analog set_param is used for digital mode.

At the analog side, cleans the logic that sets the several
analog standards.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/mt2063.c