Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29854
b: refs/heads/master
c: ed7f36b
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Bugla authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 27198a2 commit 477d0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c99024b88b5da3a73f0575dad98527c9a278d1b
refs/heads/master: ed7f36b6c68a18260798b16ba48ad7b22f54c2e6
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/cx24110.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 477d0e1

Please sign in to comment.