]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: sdhci-uhs2: Correct incorrect type in argument
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Wed, 30 Oct 2024 11:22:15 +0000 (19:22 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 31 Oct 2024 16:31:22 +0000 (17:31 +0100)
commit259d262e8dd38a40a7ece1744f2cca5ca890ddca
treeedcd559b95a5fc9e9fb8a7f2fd88d3e13bba0bc0
parent8a98e86a5a2cc220e65993b840a98819bc2e62bc
mmc: sdhci-uhs2: Correct incorrect type in argument

There is a type issue in the argument in the __sdhci_uhs2_send_command()
that will generate a warning when building the kernel.

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