From: NeilBrown Date: Wed, 12 Nov 2014 03:55:19 +0000 (+1100) Subject: mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restore X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b6c9e0ad9f2578ff8b2ef8c718bcb8b895fefb;p=pandora-kernel.git mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restore As we are restoring power to a known card, it makes sense to use the 'ocr' value known for the card rather than the generic one for the host interface. This matches the use of card->ocr passed to mmc_power_up in mmc_sdio_runtime_resume (just before mmc_sdio_power_restore is called), and the value passed to mmc_sdio_init_card() a little later in mmc_sdio_power_restore(). Suggested-by: Ulf Hansson Signed-off-by: NeilBrown Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed