misc: pci_endpoint_test: Avoid using hard-coded BAR sizes
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 18 Aug 2017 14:58:08 +0000 (20:28 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2017 21:00:40 +0000 (16:00 -0500)
commitcda370ec6d1f7b2567ef6f692d0df9358746ad5a
tree16f5847496e50ad478ab9671fd8f76d6dd5a25a3
parent0b91516adc581636770ea4fb3efc022de057d074
misc: pci_endpoint_test: Avoid using hard-coded BAR sizes

BAR sizes are hard-coded in pci_endpoint_test driver corresponding to the
sizes used in pci-epf-test function driver. This might break if the sizes
in pci-epf-test function driver are modified (and the corresponding change
is not done in pci_endpoint_test PCI driver).

To avoid hard coding BAR sizes, use pci_resource_len() API.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/misc/pci_endpoint_test.c