[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350644970-2877-1-git-send-email-ramirose@gmail.com>
Date: Fri, 19 Oct 2012 13:09:30 +0200
From: Rami Rosen <ramirose@...il.com>
To: davem@...emloft.net, netdev@...r.kernel.org
Cc: serge.hallyn@...onical.com, Rami Rosen <ramirose@...il.com>
Subject: [PATCH 1/1] [PATCH net-next] net:dev: remove double indentical assignment in dev_change_net_namespace().
This patch removes double assignment of err to -EINVAL in dev_change_net_namespace().
Signed-off-by: Rami Rosen <ramirose@...il.com>
---
net/core/dev.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index 09cb3f6..b4978e2 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6264,7 +6264,6 @@ int dev_change_net_namespace(struct net_device *dev, struct net *net, const char
goto out;
/* Ensure the device has been registrered */
- err = -EINVAL;
if (dev->reg_state != NETREG_REGISTERED)
goto out;
--
1.7.11.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists