mmc: davinci_mmc: Drop dangling variable
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 15 Feb 2024 13:28:18 +0000 (14:28 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 15 Feb 2024 16:43:14 +0000 (17:43 +0100)
commit25e69172db8a31ef8564ce1cf755ac5cb8374daa
tree24e2cca242e0e769eb29a3575ecaaaafb60a56d8
parent4aee14527e4fd92d4a7487c430b54d099b99b4d1
mmc: davinci_mmc: Drop dangling variable

The sg_miter conversion left a dangling unused variable.
Drop it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402142042.vg0lnLdb-lkp@intel.com/
Fixes: ed01d210fd91 ("mmc: davinci_mmc: Use sg_miter for PIO")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20240215-mmc-fix-davinci-v1-1-a593678ca7bf@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/davinci_mmc.c