From: Kishon Vijay Abraham I Date: Thu, 30 May 2013 10:25:09 +0000 (+0530) Subject: regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10 X-Git-Tag: v3.10-rc5~32^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f232168df0c7e7414b70ac5d8fed83086d441c0b;p=pandora-kernel.git regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10 regulator_enable_regmap() uses enable_reg to enable the regulator. But enable_reg for smps10 points to SMPS10_STATUS which is a read-only register. Fixed the same by having enable_reg set to SMPS10_CTRL. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed