* [PATCH 1/1] Remove duplicate assignment
@ 2014-03-02 20:45 xypron.glpk-Mmb7MZpHnFY
2014-03-02 23:41 ` David Gibson
0 siblings, 1 reply; 2+ messages in thread
From: xypron.glpk-Mmb7MZpHnFY @ 2014-03-02 20:45 UTC (permalink / raw)
To: grant.likely-QSEj5FYQhm4dnm+yROfE0A,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
devicetree-compiler-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Heinrich Schuchardt
From: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
---
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 devicetree-compiler" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Remove duplicate assignment
2014-03-02 20:45 [PATCH 1/1] Remove duplicate assignment xypron.glpk-Mmb7MZpHnFY
@ 2014-03-02 23:41 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2014-03-02 23:41 UTC (permalink / raw)
To: xypron.glpk
Cc: grant.likely, robh+dt, devicetree, devicetree-compiler,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
On Sun, Mar 02, 2014 at 09:45:57PM +0100, xypron.glpk@gmx.de wrote:
> From: Heinrich Schuchardt <xypron.glpk@gmx.de>
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied, thanks.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-02 23:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 20:45 [PATCH 1/1] Remove duplicate assignment xypron.glpk-Mmb7MZpHnFY
2014-03-02 23:41 ` David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).