linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] PCI: imx6: Remove redeundant of_match_ptr
@ 2013-10-21  9:06 Sachin Kamat
  2013-10-21  9:06 ` [PATCH 2/3] PCI: mvebu: " Sachin Kamat
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-10-21  9:06 UTC (permalink / raw)
  To: linux-pci; +Cc: bhelgaas, sachin.kamat, Sean Cross

imx6_pcie_of_match is always compiled in. Hence of_match_ptr is
not required.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Sean Cross <xobs@kosagi.com>
---
 drivers/pci/host/pci-imx6.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
index 5afa922..64aaa8e 100644
--- a/drivers/pci/host/pci-imx6.c
+++ b/drivers/pci/host/pci-imx6.c
@@ -558,7 +558,7 @@ static struct platform_driver imx6_pcie_driver = {
 	.driver = {
 		.name	= "imx6q-pcie",
 		.owner	= THIS_MODULE,
-		.of_match_table = of_match_ptr(imx6_pcie_of_match),
+		.of_match_table = imx6_pcie_of_match,
 	},
 };
 
-- 
1.7.9.5


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

end of thread, other threads:[~2013-11-03 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21  9:06 [PATCH 1/3] PCI: imx6: Remove redeundant of_match_ptr Sachin Kamat
2013-10-21  9:06 ` [PATCH 2/3] PCI: mvebu: " Sachin Kamat
2013-10-29 22:12   ` Bjorn Helgaas
2013-10-30 16:06     ` Bjorn Helgaas
2013-10-31  3:25       ` Sachin Kamat
2013-11-03 19:59       ` Jason Cooper
2013-10-21  9:06 ` [PATCH 3/3] PCI: exynos: Remove redundant of_match_ptr Sachin Kamat
2013-10-21 10:26   ` Jingoo Han
2013-10-29 22:15   ` Bjorn Helgaas
2013-10-29 22:11 ` [PATCH 1/3] PCI: imx6: Remove redeundant of_match_ptr Bjorn Helgaas
2013-10-30  3:28   ` Shawn Guo
2013-10-30 16:04 ` Bjorn Helgaas

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