Nuke an extra printf().
This commit is contained in:
parent
958716ead8
commit
e4250cc050
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: mhzc.c,v 1.17 2004/08/07 05:46:39 mycroft Exp $ */
|
/* $NetBSD: mhzc.c,v 1.18 2004/08/08 09:23:01 mycroft Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.17 2004/08/07 05:46:39 mycroft Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.18 2004/08/08 09:23:01 mycroft Exp $");
|
||||||
|
|
||||||
#include "opt_inet.h"
|
#include "opt_inet.h"
|
||||||
#include "opt_ns.h"
|
#include "opt_ns.h"
|
||||||
|
@ -800,8 +800,6 @@ sm_mhzc_attach(parent, self, aux)
|
||||||
if ((*msc->sc_product->mp_enaddr)(msc, myla) != 1)
|
if ((*msc->sc_product->mp_enaddr)(msc, myla) != 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
aprint_normal("%s", sc->sc_dev.dv_xname);
|
|
||||||
|
|
||||||
/* Perform generic initialization. */
|
/* Perform generic initialization. */
|
||||||
smc91cxx_attach(sc, myla);
|
smc91cxx_attach(sc, myla);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue