V4L/DVB (6671): Avoids checking digital/analog at check_firmware
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 24 Nov 2007 13:13:42 +0000 (10:13 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:51 +0000 (19:02 -0200)
Since check_firmware is called via analog or digital set freq routines, move
type selection to those routines. This avoids having several if's at the code,
and simplifies the source code.

A sideback effect is that implementing radio and other dvb types will become
simpler.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found