[linux-dvb] Patch 14 / 50: code cleanup for cx24110
Uwe Bugla
uwe.bugla at gmx.de
Fri Jun 23 16:48:54 CEST 2006
#Applies against: 2.6.17
#Signed-off-by: Uwe Bugla <uwe.bugla at gmx.de>
#Changes: fix type and / or tab errors
--- a/drivers/media/dvb/frontends/cx24110.c 2006-05-27 14:03:00
+++ b/drivers/media/dvb/frontends/cx24110.c 2006-05-27 15:43:00
@@ -250,7 +250,7 @@
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)
@@ -626,7 +626,7 @@
state->frontend.demodulator_priv = state;
return &state->frontend;
-error:
+ error:
kfree(state);
return NULL;
}
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the linux-dvb
mailing list