| Subject: | Re: [PATH] atm/clip device discovery on init not needed |
|---|---|
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Thu, 15 Jan 2004 14:59:25 -0800 |
| Cc: | "David S. Miller" <davem@xxxxxxxxxx>, netdev@xxxxxxxxxxx, chas williams <chas@xxxxxxxxxxxxxxxx>, linux-atm-general@xxxxxxxxxxxxxxxxxxxxx |
| In-reply-to: | <20040114164338.1f0d15e4.shemminger@osdl.org> |
| Organization: | Open Source Development Lab |
| References: | <20040113105843.0d1351cb.shemminger@osdl.org> <20040113163631.1a9c1a59.davem@redhat.com> <20040114164338.1f0d15e4.shemminger@osdl.org> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Forgot to resulting unused declaration.
diff -Nru a/net/atm/clip.c b/net/atm/clip.c
--- a/net/atm/clip.c Thu Jan 15 14:49:45 2004
+++ b/net/atm/clip.c Thu Jan 15 14:49:45 2004
@@ -731,8 +731,6 @@
static int atm_init_atmarp(struct atm_vcc *vcc)
{
- struct net_device *dev;
-
if (atmarpd) return -EADDRINUSE;
if (start_timer) {
start_timer = 0;
|
| Previous by Date: | Re: [PATCH] IPv6 MIB:ipv6RouterAdvert netlink notification, Shirley Ma |
|---|---|
| Next by Date: | Re: [PATCH] IPv6 MIB:ipv6RouterAdvert netlink notification, Shirley Ma |
| Previous by Thread: | Re: [PATH] atm/clip device discovery on init not needed, David S. Miller |
| Next by Thread: | Re: [PATH] atm/clip device discovery on init not needed, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |