]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: core: Correct type in variable assignment for UHS-II
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Fri, 1 Nov 2024 10:44:16 +0000 (18:44 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 4 Nov 2024 11:11:37 +0000 (12:11 +0100)
commit53857ced9f23c8720d148748fff434386780afab
tree27b847fe3a73e86d5a44164a959d4e140adab243
parentdd92de9f99c2f3dc1007fdf2856a2cec9fb8ae94
mmc: core: Correct type in variable assignment for UHS-II

There is a type issue in assignment in the sd_uhs2_dev_init(),
sd_uhs2_enum() and sd_uhs2_config_write() that will generate
a warning when building the kernel. Let's fix it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410260423.15jvE6qc-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202410261827.7h8YK8u2-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-2-victorshihgli@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sd_uhs2.c