Re: [PATCH] PCI: Remove fixed parameter in pci_iov_resource_bar()

2014-11-10 Thread Bjorn Helgaas
On Thu, Oct 30, 2014 at 03:28:17PM -0600, Myron Stowe wrote: > 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 >

[PATCH] PCI: Remove fixed parameter in pci_iov_resource_bar()

2014-10-30 Thread Myron Stowe
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 Cc: Chris Wright Cc: Yu Zhao --- drivers/pci/iov.c | 11 +++ dr