diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-04-19 05:32:40 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-04-19 05:32:40 +0000 |
commit | 8624813fc0c18d764d06d8f2143a1ffff1f7338d (patch) | |
tree | 6d814bfc249b8f973e3537a4bdff95c8addfac11 | |
parent | 1f028f7e7097129c0ac80452d205af6f84ee3909 (diff) |
Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@.
deraadt@ ok.
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 4260407f64a..07d63a05f1e 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.42 2001/04/19 05:10:33 fgsch Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.43 2001/04/19 05:32:39 fgsch Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -590,8 +590,7 @@ again: } } if (i == NE2000_NDEVS) { - printf(": can't match ethernet vendor code\n", - dsc->sc_dev.dv_xname); + printf(": can't match ethernet vendor code\n"); goto fail_5; } |