OSDN Git Service

PCI: Remove unused "res" variable from pci_resource_io()
authorShawn Lin <shawn.lin@rock-chips.com>
Fri, 1 Sep 2017 21:35:30 +0000 (16:35 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 1 Sep 2017 21:35:30 +0000 (16:35 -0500)
commitcacf7eaf2a36cc51c24b591d681676b6d27a7a6e
tree7f1ada00ee84a4e22b938685745b84e770ca73aa
parent0142626d08223b0f6ad04859301b53178f11c317
PCI: Remove unused "res" variable from pci_resource_io()

The "res" variable in pci_resource_io() is never used.  Remove it.

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