From c0c14e6af9ec89479f3ee3895961ef51e97aadd4 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 27 May 2014 14:05:09 +0800 Subject: [PATCH] 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-format-patch failed