]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mmc: sdhci-pltfm: remove the unneeded check of disabled device
authorKevin Hao <haokexin@gmail.com>
Wed, 4 Feb 2015 06:33:53 +0000 (14:33 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:44 +0000 (14:13 +0100)
commit5ec358201eceaf599b0f35bd60ed8be3c4752e37
tree17514bfb493d4e10e6f517a2998fdc1bcb1aceec
parent01df7ecd90e94186f9a736a1c58b56e23830f061
mmc: sdhci-pltfm: remove the unneeded check of disabled device

Since commit cd1e65044d44 ("of/device: Don't register disabled
devices"), the disabled device will not be registered at all. So
we don't need to do the check again in the platform device driver.

And the check in the current code is useless even if we really
run into a disabled device. In this case, it just doesn't parse
the dtb for the infos such as quirks or clock, but it will continue
to try to init the disabled device after that check. So just remove it.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pltfm.c