mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.32] regulator: Initialise wm831x structure pointor for ISINK driver
Date: Wed, 02 Dec 2009 19:35:32 +0000	[thread overview]
Message-ID: <1259782532.3588.192.camel@odin> (raw)
In-Reply-To: <1259589716-14007-1-git-send-email-broonie@opensource.wolfsonmicro.com>

On Mon, 2009-11-30 at 14:01 +0000, Mark Brown wrote:
> The version that made it into mainline missed the initialisation of the
> chip handle.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/regulator/wm831x-isink.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/regulator/wm831x-isink.c b/drivers/regulator/wm831x-isink.c
> index 1d8d987..4885700 100644
> --- a/drivers/regulator/wm831x-isink.c
> +++ b/drivers/regulator/wm831x-isink.c
> @@ -167,6 +167,8 @@ static __devinit int wm831x_isink_probe(struct platform_device *pdev)
>  		return -ENOMEM;
>  	}
>  
> +	isink->wm831x = wm831x;
> +
>  	res = platform_get_resource(pdev, IORESOURCE_IO, 0);
>  	if (res == NULL) {
>  		dev_err(&pdev->dev, "No I/O resource\n");

Applied.

Thanks

Liam


      reply	other threads:[~2009-12-02 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 14:01 Mark Brown
2009-12-02 19:35 ` Liam Girdwood [this message]

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=1259782532.3588.192.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome