From: Axel Lin Date: Mon, 11 Jun 2012 05:14:50 +0000 (+0800) Subject: regulator: core: Return correct delay time in regulator_set_voltage_time_sel X-Git-Tag: v3.6-rc1~157^2^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578df8babf3b1895d562e1ea0d3a81d1e77e0182;p=pandora-kernel.git regulator: core: Return correct delay time in regulator_set_voltage_time_sel rdev->desc->uV_step * abs(new_selector - old_selector) returns uV. The unit of ramp_delay is mV/us. Current code multiples 1000 at wrong place. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed