All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@ti.com>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH] regulator: Add devm_regulator_get()
Date: Tue, 17 Jan 2012 08:54:40 -0800	[thread overview]
Message-ID: <4F15A7D0.1010901@codeaurora.org> (raw)
In-Reply-To: <20120117110454.GD2944@opensource.wolfsonmicro.com>

On 01/17/12 03:04, Mark Brown wrote:
> On Mon, Jan 16, 2012 at 07:39:58PM -0800, Stephen Boyd wrote:
>
>> @@ -200,6 +202,11 @@ static inline struct regulator *__must_check regulator_get(struct device *dev,
>>  	 */
>>  	return NULL;
>>  }
>> +static inline struct regulator *__must_check
>> +devm_regulator_get(struct device *dev, const char *id)
>> +{
>> +	return NULL;
>> +}
>>  static inline void regulator_put(struct regulator *regulator)
>>  {
>>  }
> Oh, and it's not obvious from the diff but blank lines please like the
> adjacent code.

Should I resend or are you ok with adding the newline there yourself?

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


  reply	other threads:[~2012-01-17 16:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-17  3:39 [PATCH] regulator: Add devm_regulator_get() Stephen Boyd
2012-01-17 10:41 ` Mark Brown
2012-01-17 11:04 ` Mark Brown
2012-01-17 16:54   ` Stephen Boyd [this message]
2012-01-17 16:58     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F15A7D0.1010901@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.