From: paulliu@debian.org (Ying-Chun Liu (PaulLiu))
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mfd: anatop: matches should be NULL when populate child devices
Date: Tue, 17 Jul 2012 09:12:31 +0800 [thread overview]
Message-ID: <5004BBFF.4040101@debian.org> (raw)
In-Reply-To: <1342428957-14321-1-git-send-email-richard.zhao@freescale.com>
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>
WARNING: multiple messages have this Message-ID (diff)
From: "Ying-Chun Liu (PaulLiu)" <paulliu@debian.org>
To: Richard Zhao <richard.zhao@freescale.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, sameo@linux.intel.com,
shawn.guo@linaro.org
Subject: Re: [PATCH] mfd: anatop: matches should be NULL when populate child devices
Date: Tue, 17 Jul 2012 09:12:31 +0800 [thread overview]
Message-ID: <5004BBFF.4040101@debian.org> (raw)
In-Reply-To: <1342428957-14321-1-git-send-email-richard.zhao@freescale.com>
[-- Attachment #1: Type: text/plain, Size: 898 bytes --]
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>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]
next prev parent reply other threads:[~2012-07-17 1:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 8:55 [PATCH] mfd: anatop: matches should be NULL when populate child devices Richard Zhao
2012-07-16 8:55 ` Richard Zhao
2012-07-17 1:12 ` Ying-Chun Liu (PaulLiu) [this message]
2012-07-17 1:12 ` Ying-Chun Liu (PaulLiu)
2012-07-17 9:18 ` Samuel Ortiz
2012-07-17 9:18 ` Samuel Ortiz
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=5004BBFF.4040101@debian.org \
--to=paulliu@debian.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.