MFC r274926: Squelch a (bogus) gcc used before init warning

This commit is contained in:
ian 2014-12-27 00:01:28 +00:00
parent 8e470958f3
commit b2f7ab039b

View File

@ -1334,6 +1334,7 @@ mpt_wait_req(struct mpt_softc *mpt, request_t *req,
/* Set timeout as well so final timeout check works. */
timeout = time_ms;
} else {
sbt = 0; /* Squelch bogus gcc warning. */
timeout = time_ms * 2;
}
req->state |= REQ_STATE_NEED_WAKEUP;