From: Richard Zhao Date: Wed, 4 Jan 2012 03:07:29 +0000 (+0800) Subject: regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_config X-Git-Tag: v3.3-rc1~126^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c437c4ae71c0a8110eb21c06b99853c7056b317;p=pandora-kernel.git regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_config Fix fixed regulator using DT failed to call regulator_register. of_get_regulator_init_data set apply_uV to 1, but fixed regulator doesn't need it. Set it back to 0. Signed-off-by: Richard Zhao Signed-off-by: Mark Brown --- Reading git-diff-tree failed