From: Bjorn Helgaas <bhelgaas@google.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-pci@vger.kernel.org, jason@lakedaemon.net,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Subject: Re: [PATCH Resend 1/1] PCI: mvebu: Remove redundant of_match_ptr
Date: Thu, 19 Dec 2013 11:19:05 -0700 [thread overview]
Message-ID: <20131219181905.GA15201@google.com> (raw)
In-Reply-To: <1387443899-7149-1-git-send-email-sachin.kamat@linaro.org>
On Thu, Dec 19, 2013 at 02:34:59PM +0530, Sachin Kamat wrote:
> mvebu_pcie_of_match_table is always compiled in. Hence of_match_ptr is
> not required.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thanks, applied with Thomas's ack to pci/host-mvebu for v3.14.
Bjorn
> ---
> drivers/pci/host/pci-mvebu.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c
> index 533e0df02718..bedc0b1562b9 100644
> --- a/drivers/pci/host/pci-mvebu.c
> +++ b/drivers/pci/host/pci-mvebu.c
> @@ -1012,8 +1012,7 @@ static struct platform_driver mvebu_pcie_driver = {
> .driver = {
> .owner = THIS_MODULE,
> .name = "mvebu-pcie",
> - .of_match_table =
> - of_match_ptr(mvebu_pcie_of_match_table),
> + .of_match_table = mvebu_pcie_of_match_table,
> /* driver unloading/unbinding currently not supported */
> .suppress_bind_attrs = true,
> },
> --
> 1.7.9.5
>
prev parent reply other threads:[~2013-12-19 18:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 9:04 [PATCH Resend 1/1] PCI: mvebu: Remove redundant of_match_ptr Sachin Kamat
2013-12-19 9:13 ` Thomas Petazzoni
2013-12-19 18:19 ` Bjorn Helgaas [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=20131219181905.GA15201@google.com \
--to=bhelgaas@google.com \
--cc=jason@lakedaemon.net \
--cc=linux-pci@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
--cc=thomas.petazzoni@free-electrons.com \
/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.