PCI: imx6: Remove redundant of_node pointer
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:35:18 +0000 (13:35 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 03:00:50 +0000 (22:00 -0500)
commitc5af40747c0044a974b9b0d24530b84429f5dce9
treee426bbd9c0a66199f9e5678ccb5dc1f91c1acd5b
parent13957652f7242a8cb02ffb8c96f412f62c486ee1
PCI: imx6: Remove redundant of_node pointer

"np" and "node" are redundant copies of the of_node pointer.  Remove "np"
and use "node" instead.  Replace the "fsl,max-link-speed" use with "node"
as well.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-imx6.c