| commit | 5d028cd394fc946677c16acc0fbdbb90313ed33a | [log] [tgz] |
|---|---|---|
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Oct 14 13:36:04 2011 +0100 |
| committer | Michael Bohan <mbohan@codeaurora.org> | Wed Mar 28 10:39:57 2012 -0700 |
| tree | 643187d9ce77e6e6b2134a79e4752c160dd69b13 | |
| parent | a6e279050d1b3623397fdd32971d743f234ea6ca [diff] |
regulator: Constify constraints name There's no need for the API to modify it and having it const makes it easier to use with random strings the board code has. Change-Id: Icd7e600291f281e80f60ef857c22f22cba08bfc1 Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> [mbohan: port MSM regulator drivers to new const type] Signed-off-by: Michael Bohan <mbohan@codeaurora.org>