]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9923): xc5000: remove init_fw option
authorDevin Heitmueller <dheitmueller@linuxtv.org>
Wed, 17 Dec 2008 05:25:00 +0000 (02:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:39:19 +0000 (09:39 -0200)
commitd553cc958aacdc3cdfcecd675b15458aa156c736
treefec14be2db1644ce5db98fe7607a58451e5eb224
parentc665f4dd99a584036c2bd79a6baa25b06cae42f8
V4L/DVB (9923): xc5000: remove init_fw option

The init_fw option was broken for the HVR-950q because we would call the reset
callback inside of dvb_attach() and the callback had not been setup yet.

Michael Krufky (who added the init_fw feature) says it's no longer required,
so just remove the option completely.

Thanks to user Zzeiss from #linuxtv chat for reporting the issue and
Michael Krufky <mkrufky@linuxtv.org> for proposing the fix.

Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/xc5000.c