sdhci: plug set-but-not-unused vars

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2021-12-14 14:07:37 +00:00
parent 0d3b2bd7e6
commit 7aa51c9621

View file

@ -1689,9 +1689,7 @@ sdhci_req_done(struct sdhci_slot *slot)
static void
sdhci_req_wakeup(struct mmc_request *req)
{
struct sdhci_slot *slot;
slot = req->done_data;
req->flags |= MMC_REQ_DONE;
wakeup(req);
}