Am Montag, 28. Mai 2007 23:21 schrieb Manu Abraham:
> Helmut Auer wrote:
> > Hi Andreas
> >
> >> this is the default for static variables. The whole kernel relies on the
> >> fact, that they are initialized to zero. How can this change anything?
> >> Are you using a broken compiler? Can you try ano
>>>
>> Sorry - you're absolutely right, I just took a quick lopok at the wrong
>> sources an made a wrong
>> decision :)
>> The problem are the lot of unnecessary printk statements in printk
>> statements in
>> linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
>> like:
>> printk("cx2410
Helmut Auer wrote:
> Hi Andreas
>> this is the default for static variables. The whole kernel relies on the
>> fact, that they are initialized to zero. How can this change anything?
>> Are you using a broken compiler? Can you try another version?
>>
>> Quoting from the dietlibc FAQ:
>>
>> Q: I see
Hi Andreas
>
> this is the default for static variables. The whole kernel relies on the
> fact, that they are initialized to zero. How can this change anything?
> Are you using a broken compiler? Can you try another version?
>
> Quoting from the dietlibc FAQ:
>
> Q: I see lots of uninitialized v
Hello Helmut,
Helmut Auer wrote:
> Here is a patch against cx24110.c.
> Without this one the driver is flooding the kernel log if debug is not set to
> off.
>
> --- v4l-dvb/linux/drivers/media/dvb/frontends/cx24110.c 2007-05-26
> 13:06:19.069094276 +0200
> +++ tmp/cx24110.c 2007-05-28
Am Montag, 28. Mai 2007 19:51 schrieb Helmut Auer:
> Hello List,
>
> Here is a patch against cx24110.c.
> Without this one the driver is flooding the kernel log if debug is not set
> to off.
>
> --- v4l-dvb/linux/drivers/media/dvb/frontends/cx24110.c 2007-05-26
> 13:06:19.069094276 +0200 +++ t
Hello List,
Here is a patch against cx24110.c.
Without this one the driver is flooding the kernel log if debug is not set to
off.
--- v4l-dvb/linux/drivers/media/dvb/frontends/cx24110.c 2007-05-26
13:06:19.069094276 +0200
+++ tmp/cx24110.c 2007-05-28 19:48:43.648017940 +0200
@@ -45,7