* [PATCH] staging: nvec: Update for recent MFD core changes
@ 2012-09-14 11:44 Thierry Reding
2012-09-14 12:25 ` Marc Dietrich
0 siblings, 1 reply; 3+ messages in thread
From: Thierry Reding @ 2012-09-14 11:44 UTC (permalink / raw)
To: Julian Andres Klode
Cc: Marc Dietrich, Greg Kroah-Hartman, ac100, devel, linux-kernel
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>
---
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");
--
1.7.12
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: nvec: Update for recent MFD core changes
2012-09-14 11:44 [PATCH] staging: nvec: Update for recent MFD core changes Thierry Reding
@ 2012-09-14 12:25 ` Marc Dietrich
2012-09-14 12:30 ` Thierry Reding
0 siblings, 1 reply; 3+ messages in thread
From: Marc Dietrich @ 2012-09-14 12:25 UTC (permalink / raw)
To: Thierry Reding
Cc: Julian Andres Klode, Greg Kroah-Hartman, ac100, devel, linux-kernel
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");
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: nvec: Update for recent MFD core changes
2012-09-14 12:25 ` Marc Dietrich
@ 2012-09-14 12:30 ` Thierry Reding
0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2012-09-14 12:30 UTC (permalink / raw)
To: Marc Dietrich
Cc: Julian Andres Klode, Greg Kroah-Hartman, ac100, devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
On Fri, Sep 14, 2012 at 02:25:53PM +0200, Marc Dietrich wrote:
> 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.
Okay. It wasn't fixed in next-20120914 so I supposed nobody had taken
care of it yet.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-14 12:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-14 11:44 [PATCH] staging: nvec: Update for recent MFD core changes Thierry Reding
2012-09-14 12:25 ` Marc Dietrich
2012-09-14 12:30 ` Thierry Reding
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