]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: rockchip: Use local struct device pointer consistently
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 29 Jun 2017 01:22:49 +0000 (09:22 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Sun, 2 Jul 2017 23:45:57 +0000 (18:45 -0500)
commitc401942a94fb106f2bc1efde86a4355ea8fd18cb
treeee1b498c087b0e9b6a2d220144efb6c7558c4fd7
parenta0ffe6f2e71c321a4a1c238e4604471c48a42a46
PCI: rockchip: Use local struct device pointer consistently

We have a local "struct device *dev" in rockchip_pcie_probe().  Use it
consistently throughout the function.  No functional change intended.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-rockchip.c