PCI: Remove fixed parameter in pci_iov_resource_bar()
authorMyron Stowe <myron.stowe@redhat.com>
Tue, 11 Nov 2014 15:04:50 +0000 (08:04 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 19 Nov 2014 22:07:43 +0000 (15:07 -0700)
pci_iov_resource_bar() always sets its 'pci_bar_type' parameter to
'pci_bar_unknown'.  Drop the parameter and just use 'pci_bar_unknown'
directly in the callers.

No functional change intended.

Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Chris Wright <chrisw@sous-sol.org>
CC: Yu Zhao <yuzhao@google.com>
drivers/pci/iov.c
drivers/pci/pci.c
drivers/pci/pci.h

Simple merge
Simple merge
Simple merge