From: Kishon Vijay Abraham I Date: Thu, 27 Aug 2015 09:13:55 +0000 (+0530) Subject: mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get() X-Git-Tag: omap-for-v4.3/fixes-rc1~60^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c299dc39883ca5596905507cc945332fa4bae8bd;p=pandora-kernel.git mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get() No functional change. Instead of using a local regulator variable in omap_hsmmc_reg_get() for holding the return value of devm_regulator_get_optional() and then assigning to omap_hsmmc_host regulator members: vcc, vcc_aux and pbias, directly use the omap_hsmmc_host regulator members. Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Roger Quadros Tested-by: Tony Lindgren Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed