[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1393793157-29233-1-git-send-email-xypron.glpk@gmx.de>
Date: Sun, 2 Mar 2014 21:45:57 +0100
From: xypron.glpk@....de
To: grant.likely@...aro.org, robh+dt@...nel.org
Cc: devicetree@...r.kernel.org, devicetree-compiler@...r.kernel.org,
linux-kernel@...r.kernel.org,
Heinrich Schuchardt <xypron.glpk@....de>
Subject: [PATCH 1/1] Remove duplicate assignment
From: Heinrich Schuchardt <xypron.glpk@....de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@....de>
---
tests/testutils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/testutils.c b/tests/testutils.c
index f185133..521f4f1 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -144,7 +144,6 @@ int nodename_eq(const char *s1, const char *s2)
{
int len = strlen(s2);
- len = strlen(s2);
if (strncmp(s1, s2, len) != 0)
return 0;
if (s1[len] == '\0')
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists