staging: line6: drop tuner param filtering
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:07 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:49 +0000 (16:13 -0800)
commitbaa081f127dcb213e06dec828c091e4f1048e4b3
tree26ee7db76b3edc983be0c5c3473602f4d9784bbf
parente62025281bb565f2cdb3e42e900caf972809eb35
staging: line6: drop tuner param filtering

The pod_set_system_param_int() helper function is only used to set the
monitor level.  Previously it was also used to control the tuner and has
special checks.  These checks can now be dropped, along with the tuner
constants.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/pod.c