From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Dave Jones <davej@redhat.com>, torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pc300 driver misplaced ;
Date: Tue, 30 Mar 2004 11:54:14 -0300 [thread overview]
Message-ID: <20040330145414.GA5887@logos.cnet> (raw)
In-Reply-To: <20040330143524.GB25834@redhat.com>
Oops, Linus, please apply.
On Tue, Mar 30, 2004 at 03:35:24PM +0100, Dave Jones wrote:
> --- 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);
prev parent reply other threads:[~2004-03-30 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-30 14:35 [PATCH] pc300 driver misplaced ; Dave Jones
2004-03-30 14:54 ` Marcelo Tosatti [this message]
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=20040330145414.GA5887@logos.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox