Initialize error.

This commit is contained in:
imp 2003-04-27 23:44:05 +00:00
parent 6a34ae85e9
commit eeafcd3fce

View File

@ -941,7 +941,7 @@ wi_reset(struct wi_softc *sc)
struct ifnet *ifp = &ic->ic_if;
#define WI_INIT_TRIES 3
int i;
int error;
int error = 0;
int tries;
/* Symbol firmware cannot be initialized more than once */