All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Short <zulcss@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] - nicstar gcc 4 warnings
Date: Mon, 30 May 2005 02:08:03 +0000	[thread overview]
Message-ID: <429A7583.4010201@gmail.com> (raw)

[-- 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

             reply	other threads:[~2005-05-30  2:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-30  2:08 Chuck Short [this message]
2005-05-30  6:17 ` [KJ] [PATCH] - nicstar gcc 4 warnings Alexey Dobriyan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=429A7583.4010201@gmail.com \
    --to=zulcss@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.