summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-09-05 20:28:28 +0000
committermjacob <mjacob@FreeBSD.org>2006-09-05 20:28:28 +0000
commitb48a7df7a28b9bcf280e082e2160b3312dee8f49 (patch)
tree9dfd176e2af2b8e41d0ba7c9b21e108719ac2041 /sys/dev/aic7xxx
parent8e93fc00182192a129f8fed20235f2160b8002c9 (diff)
downloadFreeBSD-src-b48a7df7a28b9bcf280e082e2160b3312dee8f49.zip
FreeBSD-src-b48a7df7a28b9bcf280e082e2160b3312dee8f49.tar.gz
Coverity: initialize some variables before potential use.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx_osm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_osm.c b/sys/dev/aic7xxx/aic7xxx_osm.c
index 362fc65..ab6c48c 100644
--- a/sys/dev/aic7xxx/aic7xxx_osm.c
+++ b/sys/dev/aic7xxx/aic7xxx_osm.c
@@ -158,6 +158,8 @@ ahc_attach(struct ahc_softc *ahc)
count = 0;
sim = NULL;
sim2 = NULL;
+ path = NULL;
+ path2 = NULL;
/*
* Create a thread to perform all recovery.
OpenPOWER on IntegriCloud