Coverity: initialize some variables before potential use.
This commit is contained in:
parent
26acbcd1ba
commit
9af877a146
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user