From: Sascha Hauer Date: Thu, 5 Dec 2013 13:34:48 +0000 (+0100) Subject: mmc: mxs: use standard flag for broken card detection X-Git-Tag: v3.14-rc1~88^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91fe279ae75;p=pandora-kernel.git mmc: mxs: use standard flag for broken card detection Use the standard MMC_CAP_NEEDS_POLL flag rather than a custom broken_cd flag. The original code used to just return true in the card detection function for broken card detection. The MMC_CAP_NEEDS_POLL works different, but was introduced for the same purpose, so assume the code works correct now. Signed-off-by: Sascha Hauer Signed-off-by: Chris Ball --- Reading git-diff-tree failed