]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdricoh_cs: Drop redundant in-parameter to sdricoh_query_status()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 14 Apr 2020 16:14:05 +0000 (18:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 28 May 2020 09:21:01 +0000 (11:21 +0200)
commit0ebbe7f0505d1fc18cd7dc538640f366b397d22d
tree4d6a76071f057b990819938c248548a316421566
parentecc43a8a5cd80c70ad61f598fad12c593c4011ce
mmc: sdricoh_cs: Drop redundant in-parameter to sdricoh_query_status()

The in-parameter timeout is always set to TRANSFER_TIMEOUT by the callers
of sdricoh_query_status(), hence let's drop it.

Cc: Sascha Sommer <saschasommer@freenet.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20200414161413.3036-12-ulf.hansson@linaro.org
drivers/mmc/host/sdricoh_cs.c