All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] - nicstar gcc 4 warnings
@ 2005-05-30  2:08 Chuck Short
  2005-05-30  6:17 ` Alexey Dobriyan
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Short @ 2005-05-30  2:08 UTC (permalink / raw)
  To: kernel-janitors

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

Hi,

This patch fixes gcc4 warnings when compiling the nicstar driver.

Signed-off by: Chuck Short <zulcss@gmail.com>


[-- Attachment #2: atm_nicstar_gcc4-warnings.patch --]
[-- Type: text/x-patch, Size: 485 bytes --]

diff -Naur linux-source-2.6.12-2.6.11.93.orig/drivers/atm/nicstar.c linux-source-2.6.12-2.6.11.93/drivers/atm/nicstar.c
--- linux-source-2.6.12-2.6.11.93.orig/drivers/atm/nicstar.c	2005-04-07 08:57:14.000000000 -0400
+++ linux-source-2.6.12-2.6.11.93/drivers/atm/nicstar.c	2005-05-29 14:34:12.123970048 -0400
@@ -2111,7 +2111,7 @@
 
 static void process_rsq(ns_dev *card)
 {
-   ns_rsqe *previous;
+   ns_rsqe *previous = NULL;
 
    if (!ns_rsqe_valid(card->rsq.next))
       return;

[-- Attachment #3: 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] 2+ messages in thread

end of thread, other threads:[~2005-05-30  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-30  2:08 [KJ] [PATCH] - nicstar gcc 4 warnings Chuck Short
2005-05-30  6:17 ` Alexey Dobriyan

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.