The branch main has been updated by mjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2ef1cfd2efc62532bb31cbc710a470b38b2990ae

commit 2ef1cfd2efc62532bb31cbc710a470b38b2990ae
Author:     Mateusz Guzik <m...@freebsd.org>
AuthorDate: 2021-11-25 12:10:27 +0000
Commit:     Mateusz Guzik <m...@freebsd.org>
CommitDate: 2021-11-25 12:10:27 +0000

    mmc: plug set-but-not-used vars
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/dev/mmc/mmc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c
index 071c238374df..1fc25e372f2b 100644
--- a/sys/dev/mmc/mmc.c
+++ b/sys/dev/mmc/mmc.c
@@ -2270,10 +2270,8 @@ mmc_switch_to_hs400(struct mmc_softc *sc, struct 
mmc_ivars *ivar,
 {
        device_t dev;
        int err;
-       uint16_t rca;
 
        dev = sc->dev;
-       rca = ivar->rca;
 
        /*
         * Both clock and timing must be set as appropriate for high speed
@@ -2313,10 +2311,8 @@ mmc_switch_to_hs200(struct mmc_softc *sc, struct 
mmc_ivars *ivar,
 {
        device_t dev;
        int err;
-       uint16_t rca;
 
        dev = sc->dev;
-       rca = ivar->rca;
 
        /*
         * Both clock and timing must initially be set as appropriate for

Reply via email to