mmc: dw_mmc: Drop redundant call to ->card_event callback
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 3 Feb 2021 18:42:29 +0000 (19:42 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 30 Mar 2021 09:41:58 +0000 (11:41 +0200)
commit6bfe4f749e098b441eec19c0a789415a7cf35065
tree93999e7cfbc16a5235515d39e9807e9c477237d0
parente9ce2ce17da626d930812199568bd426b2832f57
mmc: dw_mmc: Drop redundant call to ->card_event callback

The ->card_event callback isn't being used by any of the dw_mmc variants.
It's likely a leftover from an earlier change, hence let's just drop the
redundant call to it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/host/dw_mmc.c