Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 04e079cf authored by Scott Branden's avatar Scott Branden Committed by Ulf Hansson
Browse files

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: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 03a6d291
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment