Module Name:    src
Committed By:   ozaki-r
Date:           Mon Mar 31 10:22:20 UTC 2014

Modified Files:
        src/sys/arch/evbarm/nslu2: nslu2_pci.c

Log Message:
Get rid of redundant return


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/nslu2/nslu2_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/nslu2/nslu2_pci.c
diff -u src/sys/arch/evbarm/nslu2/nslu2_pci.c:1.6 src/sys/arch/evbarm/nslu2/nslu2_pci.c:1.7
--- src/sys/arch/evbarm/nslu2/nslu2_pci.c:1.6	Sat Mar 29 19:28:28 2014
+++ src/sys/arch/evbarm/nslu2/nslu2_pci.c	Mon Mar 31 10:22:20 2014
@@ -1,4 +1,4 @@
-/*      $NetBSD: nslu2_pci.c,v 1.6 2014/03/29 19:28:28 christos Exp $	*/
+/*      $NetBSD: nslu2_pci.c,v 1.7 2014/03/31 10:22:20 ozaki-r Exp $	*/
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_pci.c,v 1.6 2014/03/29 19:28:28 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_pci.c,v 1.7 2014/03/31 10:22:20 ozaki-r Exp $");
 
 /*
  * Linksys NSLU2 PCI support.
@@ -120,7 +120,7 @@ nslu2_pci_intr_string(void *v, pci_intr_
 	}
 	snprintf(buf, len, "PCI%c", c);
 
-	return return buf;
+	return buf;
 }
 
 static const struct evcnt *

Reply via email to