From d7dc541c3ea8cc5531a39e3010f9562d521c1224 Mon Sep 17 00:00:00 2001 From: Thomas Nordin Date: Mon, 17 Dec 2001 23:13:42 +0000 Subject: Initialize variable before use. ok fgs@ --- sys/dev/ic/ncr53c9x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index aefb82b5c5c..71801c15489 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9x.c,v 1.10 2001/09/27 04:01:42 jason Exp $ */ +/* $OpenBSD: ncr53c9x.c,v 1.11 2001/12/17 23:13:41 nordin Exp $ */ /* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */ /* @@ -2711,7 +2711,7 @@ ncr53c9x_abort(sc, ecb) ecb->flags |= ECB_ABORT; if (ecb == sc->sc_nexus) { - int timeout; + int timeout = ecb->timeout; /* * If we're still selecting, the message will be scheduled -- cgit v1.2.3