On 20/12/04 09:57 -0800, Greg KH wrote: > On Mon, Dec 20, 2004 at 01:35:41PM +0100, Domen Puncer wrote: > > On 19/12/04 21:38 +0100, Marcel Sebek wrote: > > > @@ -147,13 +120,13 @@ static u8 read_prom_byte(struct he_dev * > > > > > > /* globals */ > > > > > > -struct he_dev *he_devs = NULL; > > > -static int disable64 = 0; > > > +struct he_dev *he_devs; > > > > This is not static, so it won't be initialized. > > Huh? Since when is that a requirement? No, that will be initialized to > NULL. Right, thank you for correcting me. Domen