From: Kevin Hilman Date: Mon, 18 Jul 2011 23:24:17 +0000 (-0700) Subject: OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scale X-Git-Tag: v3.2-rc1~95^2^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a62b78d9aa6661cae1a7d30b574daf435a14c47;p=pandora-kernel.git OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scale Currently, the nominal voltage is updated in the VC post-scale function which is common to both scaling methods. However, this has readabiliy problems as this update is not where it might be expected. Instead, move the updated into voltdm_scale() upon a successful return of voltdm->scale() Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed