v4l2-ctl: Remove double G_TUNER on G_FREQUENCY
authorHans de Goede <hdegoede@redhat.com>
Sat, 26 May 2012 10:51:19 +0000 (12:51 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 26 May 2012 11:23:46 +0000 (13:23 +0200)
commit2bc7ec4afa4c199a5d826711cca9985024c4309b
treeff60cfe0540b9a3ecc59d00bef20a9acb80aa150
parenta9baad093d32036664264d37b011f484709b7088
v4l2-ctl: Remove double G_TUNER on G_FREQUENCY

Remove a left-over from commit b18142f9, where the code for determining the
frequency factor (V4L2_TUNER_CAP_LOW), was changed to use a G_MODULATOR
instead of a G_TUNER for MODULATORS.

This left over causes an unnecessary double G_TUNER for regular tuners, and
an unwanted G_TUNER call for modulators.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
utils/v4l2-ctl/v4l2-ctl.cpp