public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: pc300@cyclades.com
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] pc300 driver misplaced ;
Date: Tue, 30 Mar 2004 15:35:24 +0100	[thread overview]
Message-ID: <20040330143524.GB25834@redhat.com> (raw)

--- linux-2.6.4/drivers/net/wan/pc300_drv.c~	2004-03-30 15:30:57.000000000 +0100
+++ linux-2.6.4/drivers/net/wan/pc300_drv.c	2004-03-30 15:32:11.000000000 +0100
@@ -3661,7 +3661,7 @@
 			release_mem_region(card->hw.falcphys, card->hw.falcsize);
 		}
 		for (i = 0; i < card->hw.nchan; i++)
-			if (card->chan[i].d.dev);
+			if (card->chan[i].d.dev)
 				free_netdev(card->chan[i].d.dev);
 		if (card->hw.irq)
 			free_irq(card->hw.irq, card);

             reply	other threads:[~2004-03-30 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-30 14:35 Dave Jones [this message]
2004-03-30 14:54 ` [PATCH] pc300 driver misplaced ; Marcelo Tosatti

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=20040330143524.GB25834@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pc300@cyclades.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox