From: Matteo Facchinetti Date: Wed, 8 Oct 2014 14:24:33 +0000 (+0200) Subject: mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a098063592e4341bfb904ae9f4e41c08c74a63;p=pandora-kernel.git mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe If available voltages are not given, mmc_regulator_get_supply() function returns 0 and mxcmmc driver doesn't set a value for ocr_avail mask. In accordance with the comment in platform_data/mmc-mxcmmc.h, fix it, assuming MMC_VDD_32_33 | MMC_VDD_33_34 as default value. Signed-off-by: Matteo Facchinetti Reviewed-by: Sascha Hauer Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed