linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: anatop: matches should be NULL when populate child devices
@ 2012-07-16  8:55 Richard Zhao
  2012-07-17  1:12 ` Ying-Chun Liu (PaulLiu)
  2012-07-17  9:18 ` Samuel Ortiz
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Zhao @ 2012-07-16  8:55 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
---
 drivers/mfd/anatop-mfd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/anatop-mfd.c b/drivers/mfd/anatop-mfd.c
index 6da0634..5576e07 100644
--- a/drivers/mfd/anatop-mfd.c
+++ b/drivers/mfd/anatop-mfd.c
@@ -83,7 +83,7 @@ static int __devinit of_anatop_probe(struct platform_device *pdev)
 	drvdata->ioreg = ioreg;
 	spin_lock_init(&drvdata->reglock);
 	platform_set_drvdata(pdev, drvdata);
-	of_platform_populate(np, of_anatop_match, NULL, dev);
+	of_platform_populate(np, NULL, NULL, dev);
 
 	return 0;
 }
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] mfd: anatop: matches should be NULL when populate child devices
  2012-07-16  8:55 [PATCH] mfd: anatop: matches should be NULL when populate child devices Richard Zhao
@ 2012-07-17  1:12 ` Ying-Chun Liu (PaulLiu)
  2012-07-17  9:18 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2012-07-17  1:12 UTC (permalink / raw)
  To: linux-arm-kernel

On 2012?07?16? 16:55, Richard Zhao wrote:
> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
> ---
>  drivers/mfd/anatop-mfd.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/anatop-mfd.c b/drivers/mfd/anatop-mfd.c
> index 6da0634..5576e07 100644
> --- a/drivers/mfd/anatop-mfd.c
> +++ b/drivers/mfd/anatop-mfd.c
> @@ -83,7 +83,7 @@ static int __devinit of_anatop_probe(struct platform_device *pdev)
>  	drvdata->ioreg = ioreg;
>  	spin_lock_init(&drvdata->reglock);
>  	platform_set_drvdata(pdev, drvdata);
> -	of_platform_populate(np, of_anatop_match, NULL, dev);
> +	of_platform_populate(np, NULL, NULL, dev);
>  
>  	return 0;
>  }

Thanks.

Reviewed-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>

-- 
                                PaulLiu (???)
E-mail: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120717/e7798862/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mfd: anatop: matches should be NULL when populate child devices
  2012-07-16  8:55 [PATCH] mfd: anatop: matches should be NULL when populate child devices Richard Zhao
  2012-07-17  1:12 ` Ying-Chun Liu (PaulLiu)
@ 2012-07-17  9:18 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2012-07-17  9:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Richard,

On Mon, Jul 16, 2012 at 04:55:57PM +0800, Richard Zhao wrote:
> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
> ---
>  drivers/mfd/anatop-mfd.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied, thanks.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-17  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16  8:55 [PATCH] mfd: anatop: matches should be NULL when populate child devices Richard Zhao
2012-07-17  1:12 ` Ying-Chun Liu (PaulLiu)
2012-07-17  9:18 ` Samuel Ortiz

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).