From: Marc Dietrich <marvin24@gmx.de>
To: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Julian Andres Klode <jak@jak-linux.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
ac100@lists.launchpad.net, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: nvec: Update for recent MFD core changes
Date: Fri, 14 Sep 2012 14:25:53 +0200 [thread overview]
Message-ID: <3024745.a3O1qxCH7D@fb07-iapwap2> (raw)
In-Reply-To: <1347623064-28348-1-git-send-email-thierry.reding@avionic-design.de>
Hi Thierry,
Am Freitag, 14. September 2012, 13:44:24 schrieb Thierry Reding:
> mfd_add_devices() was recently changed to receive the IRQ domain through
> an additional parameter but this driver wasn't updated accordingly.
>
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> ---
this was already kindly fixed by Stephen Warren a few days ago and will be
included in linux-next.
Marc
> drivers/staging/nvec/nvec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
> index b0972d0..24d8eeb 100644
> --- a/drivers/staging/nvec/nvec.c
> +++ b/drivers/staging/nvec/nvec.c
> @@ -837,7 +837,7 @@ static int __devinit tegra_nvec_probe(struct
> platform_device *pdev) }
>
> ret = mfd_add_devices(nvec->dev, -1, nvec_devices,
> - ARRAY_SIZE(nvec_devices), base, 0);
> + ARRAY_SIZE(nvec_devices), base, 0, NULL);
> if (ret)
> dev_err(nvec->dev, "error adding subdevices\n");
next prev parent reply other threads:[~2012-09-14 12:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 11:44 Thierry Reding
2012-09-14 12:25 ` Marc Dietrich [this message]
2012-09-14 12:30 ` Thierry Reding
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=3024745.a3O1qxCH7D@fb07-iapwap2 \
--to=marvin24@gmx.de \
--cc=ac100@lists.launchpad.net \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jak@jak-linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=thierry.reding@avionic-design.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
Powered by JetHome