cx88: fix: don't duplicate xc4000 entry for radio
authorMiroslav Slugen <thunder.mmm@gmail.com>
Sun, 11 Dec 2011 22:00:06 +0000 (19:00 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 00:13:51 +0000 (16:13 -0800)
commitfe77de3ae1000a00349dc680df0bd34c49199efb
tree7ad06359e46539251664c99552c6e7e33c95ee3f
parent60dfee83be0262141968a4ee6b48786bc5767073
cx88: fix: don't duplicate xc4000 entry for radio

commit b6854e3f31402476bcc9d2f41570389fa491de17 upstream.

All radio tuners in cx88 driver using same address for radio and tuner,
so there is no need to probe it twice for same tuner and we can use
radio_type UNSET, this also fix broken radio since kernel 2.6.39-rc1
for those tuners.

Signed-off-by: Miroslav Slugen <thunder.mmm@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/cx88/cx88-cards.c