Re: [PATCH] quiet ide-cd warning

2005-04-01 Thread Matt Mackall
On Sat, Apr 02, 2005 at 03:46:53AM +0400, Michael Tokarev wrote: > Matt Mackall wrote: > >This shuts up a potential uninitialized variable warning. > > Potential warning or potential uninitialized use? > The code was right before the change, and if the compiler > generates such a warning on it, it

Re: [PATCH] quiet ide-cd warning

2005-04-01 Thread Michael Tokarev
Matt Mackall wrote: This shuts up a potential uninitialized variable warning. Potential warning or potential uninitialized use? The code was right before the change, and if the compiler generates such a warning on it, it's the compiler who should be fixed, not the code: it's obvious the variable ca

[PATCH] quiet ide-cd warning

2005-04-01 Thread Matt Mackall
This shuts up a potential uninitialized variable warning. Signed-off-by: Matt Mackall <[EMAIL PROTECTED]> Index: af/drivers/ide/ide-cd.c === --- af.orig/drivers/ide/ide-cd.c2005-04-01 11:17:37.0 -0800 +++ af/drivers/i