diff options
author | Uwe Bugla <uwe.bugla@gmx.de> | 2006-04-11 09:20:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:57:58 -0400 |
commit | ed7f36b6c68a18260798b16ba48ad7b22f54c2e6 (patch) | |
tree | 1e1c0ffb0047d9889ccaa8be551b1e07c64dda1e /drivers/media/dvb/frontends/cx24110.c | |
parent | 8c99024b88b5da3a73f0575dad98527c9a278d1b (diff) |
V4L/DVB (3768): Fix a tab error in cx14110.c, dprintk
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/cx24110.c')
-rw-r--r-- | drivers/media/dvb/frontends/cx24110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24110.c b/drivers/media/dvb/frontends/cx24110.c index f3edf8b517dd..a8d0edd02cda 100644 --- 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) | |||
250 | static const u32 bands[]={5000000UL,15000000UL,90999000UL/2}; | 250 | static const u32 bands[]={5000000UL,15000000UL,90999000UL/2}; |
251 | int i; | 251 | int i; |
252 | 252 | ||
253 | dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate); | 253 | dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate); |
254 | if (srate>90999000UL/2) | 254 | if (srate>90999000UL/2) |
255 | srate=90999000UL/2; | 255 | srate=90999000UL/2; |
256 | if (srate<500000) | 256 | if (srate<500000) |