From: Axel Lin Date: Tue, 12 Jun 2012 08:36:20 +0000 (+0800) Subject: regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_voltage X-Git-Tag: v3.6-rc1~157^2^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e20e569158063970624e360c8395ac5cffd654;p=pandora-kernel.git regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_voltage Adjust the equation for selector >= 15 for better readability. The equation "1700000 + ((selector - 15) * 100000)" can be interpreted by: Starting from selector 15: Steps of 100mV from 1700mV Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed