From: Axel Lin Date: Tue, 27 May 2014 06:05:09 +0000 (+0800) Subject: regulator: ltc3589: Remove ltc3589_list_voltage_fixed function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~28^2~3^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c14e6af9ec89479f3ee3895961ef51e97aadd4;p=pandora-kernel.git regulator: ltc3589: Remove ltc3589_list_voltage_fixed function When fixed_uV is set and n_voltage is 1, regulator core will return rdev->desc->fixed_uV in regulator_get_voltage() and regulator_list_voltage(). Rename ltc3589_standby_regulator_ops to ltc3589_fixed_standby_regulator_ops, this makes the code clear that the ops is for fixed voltage regulator. Signed-off-by: Axel Lin Acked-by: Philipp Zabel Signed-off-by: Mark Brown --- Reading git-diff-tree failed