Re: [PATCH -mm] es18xx: Shut up uninitialized var build warning

2007-09-02 Thread Rene Herman
On 09/02/2007 10:21 PM, Satyam Sharma wrote: sound/isa/es18xx.c: In function ‘snd_es18xx_isa_probe’: sound/isa/es18xx.c:2251: warning: ‘err’ may be used uninitialized in this function gcc is a sad, sad compiler. This warning is bogus so let's shut it up. Same situation, same comment (and

[PATCH -mm] es18xx: Shut up uninitialized var build warning

2007-09-02 Thread Satyam Sharma
sound/isa/es18xx.c: In function ‘snd_es18xx_isa_probe’: sound/isa/es18xx.c:2251: warning: ‘err’ may be used uninitialized in this function gcc is a sad, sad compiler. This warning is bogus so let's shut it up. Signed-off-by: Satyam Sharma <[EMAIL PROTECTED]> --- sound/isa/es18xx.c |3

[PATCH -mm] es18xx: Shut up uninitialized var build warning

2007-09-02 Thread Satyam Sharma
sound/isa/es18xx.c: In function ‘snd_es18xx_isa_probe’: sound/isa/es18xx.c:2251: warning: ‘err’ may be used uninitialized in this function gcc is a sad, sad compiler. This warning is bogus so let's shut it up. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] --- sound/isa/es18xx.c |3 ++-

Re: [PATCH -mm] es18xx: Shut up uninitialized var build warning

2007-09-02 Thread Rene Herman
On 09/02/2007 10:21 PM, Satyam Sharma wrote: sound/isa/es18xx.c: In function ‘snd_es18xx_isa_probe’: sound/isa/es18xx.c:2251: warning: ‘err’ may be used uninitialized in this function gcc is a sad, sad compiler. This warning is bogus so let's shut it up. Same situation, same comment (and