summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-09-04 22:08:07 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-09-04 22:08:07 +0000
commita98af4423d3839ab4773e0080a4ede3129ae01eb (patch)
treea299bd8966ebbb0a87177a1d7dc30f67dfd404aa /sys/dev/ic
parentb247ba3cda78c4e7a914983e9b7d42c0f5ccc35a (diff)
don't dereference ecb on default case, it's uninitialized.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ncr53c9x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c
index 097e131648b..d92e3566672 100644
--- a/sys/dev/ic/ncr53c9x.c
+++ b/sys/dev/ic/ncr53c9x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr53c9x.c,v 1.14 2002/03/14 01:26:55 millert Exp $ */
+/* $OpenBSD: ncr53c9x.c,v 1.15 2002/09/04 22:08:06 fgsch Exp $ */
/* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */
/*
@@ -1726,7 +1726,6 @@ gotit:
break;
default:
- sc_print_addr(ecb->xs->sc_link);
printf("%s: unexpected MESSAGE IN; sending DEVICE RESET\n",
sc->sc_dev.dv_xname);
reset: