From: Kevin Liu Date: Mon, 25 Mar 2013 09:42:57 +0000 (+0800) Subject: mmc: sdhci-pxav3: remove cd-broken quirk for permanently present card X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c844a46f135e493ffda0bd770e16f6c3dd6c7eb7;p=pandora-kernel.git mmc: sdhci-pxav3: remove cd-broken quirk for permanently present card Flag PXA_FLAG_CARD_PERMANENT is set in sdhci_pxa_platdata flags to indicate that the card is always wired to host, like on-chip emmc, which is permanently present and don't need detection. So only MMC_CAP_NONREMOVABLE should be set for this case. But current code also sets SDHCI_QUIRK_BROKEN_CARD_DETECTION, which doesn't make sense. Signed-off-by: Kevin Liu Acked-by: Haojian Zhuang Signed-off-by: Chris Ball --- Reading git-diff-tree failed