From: Scott Branden Date: Tue, 10 Mar 2015 18:35:10 +0000 (-0700) Subject: mmc: sdhci: fix card presence logic in sdhci_request function X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e079cf6b24c794bbc52b04b370f84cb728540e;p=pandora-kernel.git mmc: sdhci: fix card presence logic in sdhci_request function The sdhci_request function should consider a non-removable device always present. Call the correct logic already available in sdhci_do_get_cd function. This fixes some logic paths where MMC requests are being made to non-removable devices that do not have the card detect pin connected on the hardware as it is non-removable. Signed-off-by: Scott Branden Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed