V4L/DVB (11670): tuner: remove tuner_i2c_address_check
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 2 May 2009 12:42:57 +0000 (09:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:50 +0000 (18:20 -0300)
commit416a7aa88300601d6630736836f9798c4079bc16
tree9185eb0a8c3f231f9ab884d9d0aa0965d4d008ff
parenta26ccc9d76a16580c6800ef0758556c4406a31e0
V4L/DVB (11670): tuner: remove tuner_i2c_address_check

Support for tuners with i2c addresses >= 0x65 is dropped since no tuners
with addresses in the range 0x65-0x6f have been found.

This patch removes addresses 0x65-0x6f from the list of tuner probe addresses,
it removes the kernel warning that warned if addresses in this range appeared,
and it removed a hack for the cx88 that is no longer needed now that the
tuner address range is reduced.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tuner-core.c
drivers/media/video/v4l2-common.c