diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 2f7bfc25c703..d5b2a180d559 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -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;