]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: sdhci-uhs2: Remove unnecessary variables
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Wed, 30 Oct 2024 11:22:16 +0000 (19:22 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 31 Oct 2024 16:36:34 +0000 (17:36 +0100)
commitc61bc45cf10d7ca9084a52152475652768e20b4d
tree2a2409a5cc3a082e365020fc83745d61c6ccc396
parent259d262e8dd38a40a7ece1744f2cca5ca890ddca
mmc: sdhci-uhs2: Remove unnecessary variables

There are unnecessary variables in the sdhci_uhs2_send_command() that will
generate a warning when building the kernel. Let's drop them!

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410252107.y9EgrTbA-lkp@intel.com/
Signed-off-by: Ben Chuang <ben.chuang@genesyslogic.com.tw>
Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Message-ID: <20241030112216.4057-2-victorshihgli@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-uhs2.c