Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Remove a duplicated error message



details:   https://anonhg.NetBSD.org/src/rev/2d4cdcb56ed3
branches:  trunk
changeset: 797321:2d4cdcb56ed3
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Jul 14 01:24:58 2014 +0000

description:
Remove a duplicated error message

diffstat:

 sys/dev/pci/if_wm.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r a632d001ff60 -r 2d4cdcb56ed3 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Mon Jul 14 00:58:35 2014 +0000
+++ b/sys/dev/pci/if_wm.c       Mon Jul 14 01:24:58 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.276 2014/07/11 08:50:08 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.277 2014/07/14 01:24:58 ozaki-r Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.276 2014/07/11 08:50:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.277 2014/07/14 01:24:58 ozaki-r Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -5881,8 +5881,6 @@
        return 0;
 
  bad:
-       aprint_error_dev(sc->sc_dev, "unable to read Ethernet address\n");
-
        return -1;
 }
 



Home | Main Index | Thread Index | Old Index