diff options
-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) |