linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Welling <mwelling@ieee.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, Johan Hovold <johan@kernel.org>,
	Alexandre Courbot <acourbot@nvidia.com>,
	Markus Pargmann <mpa@pengutronix.de>,
	David Cohen <david.a.cohen@linux.intel.com>
Subject: Re: [PATCH 026/182] gpio: intel-mid: use gpiochip data pointer
Date: Wed, 9 Dec 2015 17:44:48 -0600	[thread overview]
Message-ID: <20151209234448.GA8146@deathstar> (raw)
In-Reply-To: <1449666981-30980-1-git-send-email-linus.walleij@linaro.org>

On Wed, Dec 09, 2015 at 02:16:21PM +0100, Linus Walleij wrote:
> @@ -406,7 +401,7 @@ static int intel_gpio_probe(struct pci_dev *pdev,
>  	spin_lock_init(&priv->lock);
>  
>  	pci_set_drvdata(pdev, priv);
> -	retval = gpiochip_add(&priv->chip);
> +	retval = gpiochip_add_data(&priv->chip, priv);
>  	if (retval) {
>  		dev_err(&pdev->dev, "gpiochip_add error %d\n", retval);

Another instance where dev_err references gpiochip_add instead of
gpiochip_add_data.

>  		return retval;
> -- 
> 2.4.3
> 

      reply	other threads:[~2015-12-09 23:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09 13:16 [PATCH 026/182] gpio: intel-mid: use gpiochip data pointer Linus Walleij
2015-12-09 23:44 ` Michael Welling [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=20151209234448.GA8146@deathstar \
    --to=mwelling@ieee.org \
    --cc=acourbot@nvidia.com \
    --cc=david.a.cohen@linux.intel.com \
    --cc=johan@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mpa@pengutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).