[media] airspy: remove v4l2-compliance workaround
authorAntti Palosaari <crope@iki.fi>
Fri, 18 Jul 2014 00:15:11 +0000 (21:15 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 21 Jul 2014 23:59:39 +0000 (20:59 -0300)
v4l2-compliance is now happy with frequency ranges where both lower
and upper limit is same.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/staging/media/airspy/airspy.c

index 91857e738ba1bc26912c47048e5c23aaf563db2a..255fe6a5b4e7aad11dcf1c810ec71a75a5cfaf7e 100644 (file)
@@ -62,7 +62,7 @@ static const struct v4l2_frequency_band bands[] = {
                .index = 0,
                .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS,
                .rangelow   = 20000000,
-               .rangehigh  = 20000001, /* FIXME: make v4l2-compliance happy */
+               .rangehigh  = 20000000,
        },
 };
 
This page took 0.024818 seconds and 5 git commands to generate.