summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 10:20:34 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-11 10:20:34 -0300
commit8f7cd43433d286300ba9384277102b80e6a70aab (patch)
treea16adcc5c5797968c77b9fc0f474b8240eab47ad /linux
parentbaab13454ff9e6843328d4b834c88940c5a37cf0 (diff)
downloadmediapointer-dvb-s2-8f7cd43433d286300ba9384277102b80e6a70aab.tar.gz
mediapointer-dvb-s2-8f7cd43433d286300ba9384277102b80e6a70aab.tar.bz2
Fix a tab error in cx14110.c, dprintk
From: Uwe Bugla <uwe.bugla@gmx.de> Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/frontends/cx24110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/cx24110.c b/linux/drivers/media/dvb/frontends/cx24110.c
index f3edf8b51..a8d0edd02 100644
--- a/linux/drivers/media/dvb/frontends/cx24110.c
+++ b/linux/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)