]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
PCI: layerscape: Use of_device_get_match_data() to simplify probe
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Jan 2017 22:36:11 +0000 (16:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Jan 2017 22:36:11 +0000 (16:36 -0600)
commit6dc2c04fd9868a5ad00b402935021d6f3ff27b17
treee7f9494e404cbe2d8cec1d6f644bae8428361b5c
parent7ce7d89f48834cefece7804d38fc5d85382edf77
PCI: layerscape: Use of_device_get_match_data() to simplify probe

The only way to call ls_pcie_probe() is to match an entry in
ls_pcie_of_match[], so match cannot be NULL.

Use of_device_get_match_data() to retrieve the drvdata pointer.  No
functional change intended.

Based-on-suggestion-from: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-layerscape.c