V4L/DVB (5036): Pvrusb2: Fix for min/max control value checking
authorPantelis Koukousoulas <pakt223@freemail.gr>
Thu, 28 Dec 2006 02:06:54 +0000 (23:06 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:34:22 +0000 (13:34 -0200)
commit6fcb5b3ef758ca78461d390dc07bed5a4667c521
treea24da9ae4d9c523cc3a6dd432060a080223cfdec
parent25d8527a441760c333c41ec7197ba0750780b371
V4L/DVB (5036): Pvrusb2: Fix for min/max control value checking

In the previous patch we exploited the get_{min,max}_value facility to adjust
min/max allowable frequencies on the fly, depending on tuner mode.

Unfortunately, this facility was not used inside the *sym_to_val() function
that translates what we echo to sysfs, which means we got an -ERANGE despite
asking for a frequency between what we read to be min/max.
This patch corrects this small omission.

Signed-off-by: Pantelis Koukousoulas <pakt223@freemail.gr>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-ctrl.c