projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f26fa
)
V4L/DVB (10978): Report tuning algorith correctly
author
Matthias Schwarzzot
<zzam@gentoo.org>
Tue, 27 Jan 2009 19:29:44 +0000
(16:29 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 13 Mar 2009 16:19:42 +0000
(13:19 -0300)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/bt8xx/dst.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/bt8xx/dst.c
b/drivers/media/dvb/bt8xx/dst.c
index
29e8f15
..
fec1d77
100644
(file)
--- a/
drivers/media/dvb/bt8xx/dst.c
+++ b/
drivers/media/dvb/bt8xx/dst.c
@@
-1683,7
+1683,7
@@
static int dst_tune_frontend(struct dvb_frontend* fe,
static int dst_get_tuning_algo(struct dvb_frontend *fe)
{
- return dst_algo;
+ return dst_algo
? DVBFE_ALGO_HW : DVBFE_ALGO_SW
;
}
static int dst_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)