]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 4 Feb 2020 08:54:46 +0000 (09:54 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Mar 2020 13:35:40 +0000 (14:35 +0100)
commit36bf54da28fdc49f21c27d916c657bfa9ce3fc06
tree5b955f11b7384d3ec0897a0c4e3d2062e2f048ff
parent42fc5270394a7c95b95c26ccfd13681ca7abce07
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()

The 'u32 *status' is unused by the caller, so let's drop it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Baolin Wang <baolin.wang7@gmail.com>
Tested-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Ludovic Barre <ludovic.barre@st.com>
Link: https://lore.kernel.org/r/20200204085449.32585-10-ulf.hansson@linaro.org
drivers/mmc/core/mmc_ops.c