From: Myron Stowe Date: Tue, 11 Nov 2014 15:04:50 +0000 (-0700) Subject: PCI: Remove fixed parameter in pci_iov_resource_bar() X-Git-Tag: omap-for-v3.19/fixes-rc1~137^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ff46c6f23bb1497aaa1364a5c73a109493b653;p=pandora-kernel.git PCI: Remove fixed parameter in pci_iov_resource_bar() 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 Signed-off-by: Bjorn Helgaas CC: Chris Wright CC: Yu Zhao --- Reading git-diff-tree failed