From 7aa51c9621190de7e25985b82768eee11c5642fd Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 14 Dec 2021 14:07:37 +0000 Subject: sdhci: plug set-but-not-unused vars Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/dev/sdhci/sdhci.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index 22618ca0a822..126dd23e13fc 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -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); } -- cgit v1.3