projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c99024
)
V4L/DVB (3768): Fix a tab error in cx14110.c, dprintk
author
Uwe Bugla
<uwe.bugla@gmx.de>
Tue, 11 Apr 2006 13:20:34 +0000
(10:20 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 25 Jun 2006 04:57:58 +0000
(
01:57
-0300)
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/cx24110.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/cx24110.c
b/drivers/media/dvb/frontends/cx24110.c
index
f3edf8b
..
a8d0edd
100644
(file)
--- a/
drivers/media/dvb/frontends/cx24110.c
+++ b/
drivers/media/dvb/frontends/cx24110.c
@@
-250,7
+250,7
@@
static int cx24110_set_symbolrate (struct cx24110_state* state, u32 srate)
static const u32 bands[]={5000000UL,15000000UL,90999000UL/2};
int i;
-dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate);
+
dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate);
if (srate>90999000UL/2)
srate=90999000UL/2;
if (srate<500000)