commit | 00deff1a076dc1cf6743813657623626720bf0f5 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Sat Nov 24 10:13:42 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:02:51 2008 -0200 |
tree | cc217f5d6f44bbdc25903433967209e9aac23f26 | |
parent | f36224d3992a7734349cdd6289ff73c3d007ce09 [diff] |
V4L/DVB (6671): Avoids checking digital/analog at check_firmware 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>