]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: sdhci-uhs2: correction a warning caused by incorrect type in argument
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Fri, 1 Nov 2024 10:44:15 +0000 (18:44 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 4 Nov 2024 11:11:17 +0000 (12:11 +0100)
commitdd92de9f99c2f3dc1007fdf2856a2cec9fb8ae94
tree29056173709651a6f04c17c1a047d7f1eba147ec
parentc61bc45cf10d7ca9084a52152475652768e20b4d
mmc: sdhci-uhs2: correction a warning caused by incorrect type in argument

There is a type issue in the argument in the uhs2_dev_cmd()
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: <20241101104416.4954-1-victorshihgli@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-uhs2.c