All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] Re: drivers/atm/he.c remove dead code
@ 2004-12-20 12:35 Domen Puncer
  2004-12-20 14:32 ` Marcel Sebek
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Domen Puncer @ 2004-12-20 12:35 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

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.


	Domen

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-20 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-20 12:35 [KJ] Re: drivers/atm/he.c remove dead code Domen Puncer
2004-12-20 14:32 ` Marcel Sebek
2004-12-20 17:57 ` Greg KH
2004-12-20 20:01 ` Domen Puncer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.