regulator: Add and use rdev_<level> macros
commit5da84fd99bb1ab1c7cd39d0cf7c08bb63931a59a
authorJoe Perches <joe@perches.com>
Tue, 30 Nov 2010 13:53:48 +0000 (30 05:53 -0800)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 12 Jan 2011 14:33:01 +0000 (12 14:33 +0000)
tree0ab55784387aacdbc9e3b94c0cf3491a5124d604
parent6220b87bfd60d77bf9b19e18aa093110b0f34d41
regulator: Add and use rdev_<level> macros

On Tue, 2010-11-30 at 10:52 +0000, Mark Brown wrote:
> On Mon, Nov 29, 2010 at 05:12:56PM -0800, Joe Perches wrote:
> > Just to please broonie...
> > Signed-off-by: Joe Perches <joe@perches.com>
> As usual when fixing review issues please revise your original patch
> rather than posting a fresh patch.

Here's an earlier comment:

On Thu, 2010-11-18 at 13:30 +0000, Mark Brown wrote:
> This looks reasonable, please rebase on top of Daniel's patches and
> submit it properly (with changelog and so on).

Sometimes it's simpler for an upstream maintainer to do
something like:

git am -s <patch1.mbox>
patch -p1 < patch2.mbox
git commit --amend file

instead of back and forthing.

Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/core.c