mmc: mtk-sd: Remove unused parameters(mrq)
authorChanWoo Lee <cw9316.lee@samsung.com>
Fri, 27 Aug 2021 09:31:19 +0000 (18:31 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 12 Oct 2021 08:21:16 +0000 (10:21 +0200)
commit961e40f714f6ef958e008b7ee4e66df1ea0fac89
tree32984b97b6807bd729da5622deebc9f4b7fba85b
parent43e5fee317f4b0a48992b8b07935b1a3ac20ce84
mmc: mtk-sd: Remove unused parameters(mrq)

The mmc_request structure(*mrq) is not used. //msdc_cmd_find_resp
I remove the unnecessary code related to the mmc_request structure.

Signed-off-by: ChanWoo Lee <cw9316.lee@samsung.com>
Link: https://lore.kernel.org/r/20210827093119.32481-1-cw9316.lee@samsung.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mtk-sd.c